-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce 'serialNumber' field for DN (OID 2.5.4.5)
Add a *final* layer of granularity to X509 Distinguished Name. Only used if --req-serial="<PRINTABLE>user data" is specified. To minimize the noise to the user by this new field, change the way that OpenSSL is called to build a CA: Always use '-batch' mode. User visible change when building a CA: * Instead of being prompted for each individual DN field, now the user is presented with a read-out of how the fields are currently set. There is now only a single confirmation that all fields are correct. * If '--req-serial' is not used then 'serialNumber' is not displayed. PRINTABLE: a-z,A-Z,0-9, -+/=.,?:() Closes: #462 - The original proposal and prototype code. Closes: #598 - Supersedes: Introduce 1.organizationalUnitName Closes: #600 - Bugfix: Remove unused 'name' definition from SSL conf. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
c300f60
commit 72a32a3
Showing
2 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters