Set a CA client in SSL
The CAClient object contains information required to connect and communicate with a certificate authority (CA).
To configure CAClient settings go to...
Security | SSL certificate and key management | Certificate Authority (CA) client configurations | CA client name...and set...
- Name of the CA client
- The management scope (selected from the drop-down list
- Implementation class
- CA server host name
- User name
- Password
- Number of times to poll
- Polling interval (minutes) when requesting certificates
- Custom properties
We can also use getCAClient to get information about the existing CA client and modifyCAClient to make changes.
The information in the object is used by the runtime to connect to a CA to create, revoke, or replace a certificate
Related
Secure communications
CAClientCommands