-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Address the following deficiencies:
- Update
cupsMakeServerCredentialsto include the contact info fields (NULL== current default) and a root certificate name (NULLmeans default site cert or self-signed) - Add a
cupsMakeServerRequestAPI to create a Certificate Signing Request and private key, which are stored in a "staging" area for later installation - Add a
cupsSignServerCredentialsAPI to create/sign a certificate using a CSR and root certificate name (NULLmeans default site cert or self-signed) - Add a server version of
httpSaveCredentialsAPI to save a certificate chain with a private key, which can use the private key from a previous CSR created bycupsMakeServerRequest.
Reactions are currently unavailable