OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
3.96k stars 1.18k forks source link

Allow use of option '--req-cn' with command 'gen-req' #1168

Closed TinCanTech closed 1 month ago

TinCanTech commented 1 month ago

As the name suggests, --req-cn is specific to the request-commonName.

  1. Allow --req-cn to be used with command 'gen-req'.
  2. Allow --req-cn to be used with command 'self-sign-*'.
  3. Allow --req-cn to be used with command 'build-*-full'. YMMV.
  4. Ignore --req-cn when used with command 'sign-req'. Correctly.
  5. Ignore --req-cn when used with command 'revoke'.
TinCanTech commented 1 month ago

Superseded-by: #1170