OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4k stars 1.19k forks source link

Add an option to change the subject when signing a request. `V2` #1111

Closed TinCanTech closed 4 months ago

TinCanTech commented 4 months ago

Add the OpenSSL method to change a subject, when signing a request.

See OpenSSL command ca, option -subj, for details.

Initially proposed by: #439

Extensively tested locally.