Multiple certs with one private key on apache?
Posted
by
tenbatsu
on Stack Overflow
See other posts from Stack Overflow
or by tenbatsu
Published on 2012-12-18T05:02:14Z
Indexed on
2012/12/18
5:02 UTC
Read the original article
Hit count: 108
Really fundamental question here, but nothing a quick google search is lending itself to. Do I need to generate a separate private key for each cert I use in apache?
Server details:
% /usr/sbin/httpd -v Server version: Apache/2.2.8 (Unix) Server built: Jan 24 2008 10:44:19 % uname -a Linux *.com 2.6.23.15-80.fc7 #1 SMP Sun Feb 10 17:29:10 EST 2008 i686 i686 i386 GNU/Linux % cat /proc/versionversion 2.6.23.15-80.fc7 ([email protected]) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)) #1 SMP Sun Feb 10 17:29:10 EST 2008
© Stack Overflow or respective owner