|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2008
/
2008-10
/
Re: [Pound Mailing List] Generate CSR
[
Generate CSR / "Victor E. Ftanou" ... ]
[
error copy server cont (again) / "Jacob ... ]
Re: [Pound Mailing List] Generate CSR
Dave Steinberg <dave(at)redterror.net> |
2008-10-06 15:13:40 |
[ FULL ]
|
Victor E. Ftanou wrote:[...]
Pound isn't involved in CSR generation, just generate it using openssl
like you would if you were going to use Apache or anything else really.
My favorite instructions are here:
http://urlenco.de/ysvvv
Look in the section titled "GENERATING RSA SERVER CERTIFICATES FOR WEB
SERVERS". Do *not* encrypt your key.
Once you have your CSR, just go to any SSL provider and paste that in
the box when they ask you for it.
Regards,[...]
|
|
|
Re: [Pound Mailing List] Disabling SSLv2
Ondra Kudlik <kepi(at)orthank.net> |
2008-10-08 04:06:24 |
[ FULL ]
|
I think you have been looking for Ciphers "acceptable:cipher:list",
just use same format as openssl (see man 1 ciphers). It is in pound
documentation...
Regards,
[...]
|
|
|
Re: [Pound Mailing List] Disabling SSLv2
Albert <pound(at)alacra.com> |
2008-10-10 04:01:21 |
[ FULL ]
|
Thank you it worked. I actually had tried it before, and it didn't work
for me originally. I have 2 certs, and in my second ListenHTTPS I was
allowing SSLv2. The second "Ciphers" directive was overriding the first
one. I guess this should be put in the man page for future reference.
Ondra Kudlik wrote:[...]
|
|
|
|
|
|