ncloud_register_external_certificate
Register an external SSL certificate from a third-party CA by providing the certificate name, private key, public key certificate, and certificate chain.
Instructions
Register an external SSL certificate issued by a third-party CA (e.g. Let's Encrypt, ZeroSSL, DigiCert)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privateKey | Yes | PEM-encoded private key (must be decrypted, not encrypted) | |
| certificateName | Yes | Certificate name (3-30 chars, alphanumeric and '-', no duplicates) | |
| certificateChain | Yes | PEM-encoded certificate chain (intermediate CA certificates) | |
| publicKeyCertificate | Yes | PEM-encoded certificate body (public key certificate) |