ncloud_issue_private_certificate
Issue a private SSL/TLS certificate from a Private CA in Naver Cloud Gov. Specify CA tag, certificate details, key type, and validity period to obtain a certificate.
Instructions
Issue a private SSL/TLS certificate from a Private CA (Certificate Manager, gov). Requires a caTag from the Private CA list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caTag | Yes | CA identifier (caTag) from the Private CA list | |
| ipSans | No | IP Subject Alternative Names | |
| period | Yes | Validity period: '1'~'3650' days, or 'MAX' for maximum allowed | |
| country | No | Country code (C) — ISO 3166-1 alpha-2 | |
| dnsSans | No | DNS Subject Alternative Names (domain names) | |
| keyType | Yes | Key type: RSA2048 | RSA4096 | EC256 | EC521 | |
| locality | No | Locality/city (L) — 0-128 chars | |
| emailSans | No | Email Subject Alternative Names | |
| commonName | Yes | Common Name (CN) — 1-64 character identifier | |
| organization | No | Organization (O) — 0-64 chars | |
| stateProvince | No | State/Province (ST) — 0-128 chars | |
| streetAddress | No | Street address — 0-128 chars | |
| certificateName | Yes | Certificate name (3-30 chars: letters, numbers, '-', must be unique) | |
| certificateType | Yes | Certificate type: NCP_PRIVATE or NCP_PRIVATE_SSL | |
| organizationUnit | No | Organizational Unit (OU) — 0-128 chars | |
| registPrivateKey | Yes | Whether to store the private key in Certificate Manager |