rabbitmq / tls-gen

Generates self-signed x509/TLS/SSL certificates useful for development
Mozilla Public License 2.0
368 stars 103 forks source link

SAN support #4

Closed srinarayanant closed 7 years ago

srinarayanant commented 7 years ago

Hello , Is there a way to include SAN IP address in the generated certificates

michaelklishin commented 7 years ago

You can modify OpenSSL configs to include subjectAltName. Specifying it on the command line seems to be quite hacky and ultimately involves a custom config file anyway.

I'm all for people tweaking openssl.cnf and tls-gen code to their specific needs.