mpeylo / cmpossl

An OpenSSL-based implementation of the Certificate Management Protocol (CMP), defined in IETF RFCs 4210, 4211, and 6712. It is being extended according to the emerging RFCs 'CMP Updates' (CMPv3), 'CMP Algorithms', and 'Lightweight CMP Profile'.
https://github.com/mpeylo/cmpossl/wiki
Other
35 stars 13 forks source link

Hello, sir. When the cmp client applies for a certificate from the CA, can the parameters of the certificate template be added? #197

Closed gezhouyu closed 5 years ago

gezhouyu commented 5 years ago

Hello, sir. When the cmp client applies for a certificate from the CA, can the parameters of the certificate template be added?

DDvO commented 5 years ago

All important fields can be set, of course. Check the documentation of the CLI and/or API.

gezhouyu commented 4 years ago

All important fields can be set, of course. Check the documentation of the CLI and/or API.

Hi Sir, I actually can not find which parameter can be used to configure the certificate template, can you give some tips, thank you so much.

Best wishes

DDvO commented 4 years ago

You can use at CLI level: [-newkey filename] [-subject name] [-days number] [-reqexts name] [-sans spec] [-policies names]

gezhouyu commented 4 years ago

Hello, sir. Can I provide instructions on how to apply for, update, and revoke certificates? After you know the meaning of the parameter, you still do not know how to use it. What is the correct command?

DDvO commented 4 years ago

Again, just read the documentation.