Re: Need server certificates that include multiple commonName/subjectAltName fields for testing
Michael Ströder <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
Heikki Toivonen wrote: > Need server certificates that include multiple commonName/subjectAltName > fields for testing. Do you really need multiple CN attrs in the subject DN of a server cert? Never saw this out in the wild. Which does not mean that it's impossible... ;-) > If you have those, or know where to get these, or > know sites that use them, please add information to > https://bugzilla.osafoundation.org/show_bug.cgi?id=5277 Why don't you create some yourself with OpenSSL? I vaguely remember that someone (Peter Gutmann?) provided a collection of really weird certs which I used when implementing mspki (certificate parsing in web2ldap). Ciao, Michael.