|
Hello Christopher, You can make one certificate per port not IP. My CA's run on a single server. 5000 Root CA ( public ) 5001 Root CA ( private with client authorization ) 5005 Services CA ( public ) 5006 Services CA ( private with client auth ) 5010 Individual CA ( public ) 5011 Individual CA ( private with client auth ) Only the public part is reachable outside the firewall ( using Linux Virtual Server ). Configuration for my Individual CA on Apache 2.x.x Listen cratos.home.elysium-os.nl:5010 <VirtualHost cratos.home.elysium-os.nl:5010> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/openca/online/Elysium_Open_Systems_individual_CA/apache/htdocs/ LogLevel warn LogFormat "%t %h \"%r\" %{SSL_PROTOCOL}x %{SSL_CIPHER}x %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" elysium ErrorLog "| /usr/sbin/rotatelogs /var/log/apache2/%Y%m%d_pki.elysium-os.nl_5010_error 86400" CustomLog "| /usr/sbin/rotatelogs /var/log/apache2/%Y%m%d_pki.elysium-os.nl_5010_access 86400" elysium SSLEngine on SSLCipherSuite HIGH SSLCertificateFile /etc/apache2/ssl/pki_elysium-os_nl_5010.crt SSLCertificateKeyFile /etc/apache2/ssl/pki_elysium-os_nl_5010.key SSLCertificateChainFile /etc/apache2/ssl/pki_elysium-os_nl_5010.chain SSLOptions +StdEnvVars +CompatEnvVars +ExportCertData <Directory /home/openca/online/Elysium_Open_Systems_individual_CA/apache/htdocs/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> <Directory /home/openca/online/Elysium_Open_Systems_individual_CA/apache/cgi-bin/> AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ScriptAlias /cgi-bin/ /home/openca/online/Elysium_Open_Systems_individual_CA/apache/cgi-bin/ </VirtualHost> Listen cratos.home.elysium-os.nl:5011 <VirtualHost cratos.home.elysium-os.nl:5011> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/openca/offline/Elysium_Open_Systems_individual_CA/apache/htdocs/ LogLevel warn LogFormat "%t %h \"%r\" %{SSL_PROTOCOL}x %{SSL_CIPHER}x %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" elysium ErrorLog "| /usr/sbin/rotatelogs /var/log/apache2/%Y%m%d_pki.elysium-os.nl_5011_error 86400" CustomLog "| /usr/sbin/rotatelogs /var/log/apache2/%Y%m%d_pki.elysium-os.nl_5011_access 86400" elysium SSLEngine on SSLCipherSuite HIGH SSLCertificateFile /etc/apache2/ssl/pki_elysium-os_nl_5010.crt SSLCertificateKeyFile /etc/apache2/ssl/pki_elysium-os_nl_5010.key SSLCertificateChainFile /etc/apache2/ssl/pki_elysium-os_nl_5010.chain SSLOptions +StdEnvVars +CompatEnvVars +ExportCertData SSLCACertificateFile /etc/apache2/ssl/pki_elysium-os_nl_5010.CAchain SSLVerifyClient require SSLVerifyDepth 10 <Directory /home/openca/offline/Elysium_Open_Systems_individual_CA/apache/htdocs/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory> <Directory /home/openca/offline/Elysium_Open_Systems_individual_CA/apache/cgi-bin/> AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ScriptAlias /cgi-bin/ /home/openca/offline/Elysium_Open_Systems_individual_CA/apache/cgi-bin/ </VirtualHost> With kind regards, Marcel Marcel Koopmans Elysium Open Systems christopher wrote: since "one certificate per IP" mean i will able to create only 1 certificate and send to my partners. for those who do not have the certificate will not be able to access my web server?so do i still need to use virtual host for my web server? On Fri, 2005-11-11 at 07:48 +0100, Oliver Welter wrote: ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users |
- [Openca-Users] web server control with certificate christopher
- Re: [Openca-Users] web server control with certificat... Oliver Welter
- Re: [Openca-Users] web server control with certif... christopher
- Re: [Openca-Users] web server control with ce... Marcel Koopmans
- Re: [Openca-Users] web server control wit... Martin Bartosch
- Re: [Openca-Users] web server contro... Oliver Welter
- Re: [Openca-Users] web server co... Martin Bartosch
- Re: [Openca-Users] web serve... Oliver Welter
- Re: [Openca-Users] web serve... Martin Bartosch
- [Openca-Users] Multiple DNS ... Martin Bartosch
- [Openca-Users] Cannot initia... openca
- Re: [Openca-Users] web server co... Ives Steglich
- Re: [Openca-Users] web serve... Ives Steglich
- Re: [Openca-Users] web serve... Ives Steglich
