-
Notifications
You must be signed in to change notification settings - Fork 139
Using caServerCert Profile
Endi S. Dewata edited this page Oct 12, 2021
·
4 revisions
The CA provides a profile for issuing a server certificate. The profile is located at /usr/share/pki/ca/profiles/ca/caServerCert.cfg.
desc=This certificate profile is for enrolling server certificates. visible=true enable=true enableBy=admin auth.class_id= name=Manual Server Certificate Enrollment input.list=i1,i2 input.i1.class_id=certReqInputImpl input.i2.class_id=submitterInfoInputImpl output.list=o1 output.o1.class_id=certOutputImpl policyset.list=serverCertSet policyset.serverCertSet.list=...
This certificate profile is for enrolling server certificates.
$ pki client-cert-request "cn=server.example.com" --profile caServerCert
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |