ValdikSS / easy-rsa-ipsec

easy-rsa v3 fork which generates keys suitable for both OpenVPN and IPsec
Other
97 stars 26 forks source link

Can't add subjectaltName #5

Closed jackivanov closed 8 years ago

jackivanov commented 8 years ago

subjectaltName is required for my implementation, how can I add it?

ValdikSS commented 8 years ago

It's added by default to the server and clients' certificates and equals to CN.

jackivanov commented 8 years ago

Hello.

Yes, you are right, sorry. I saw there is only DNS by default. I found the key --subject-alt-name and going use it, thank you.