CertificateManager custom resource parameters
Use CertificateManager to create TLS/SSL certificates for your web
domains and servers.
The IBM® Sterling Intelligent
Promising Operator creates a certificate and stores it in a secret with
the customer resource
name.
apiVersion: apps.oms.gateway.ibm.com/v1beta1
kind: CertificateManager
metadata:
name: <certificate_name>
namespace: oms-sip-operator
spec:
expiryDays: 365
hostName: '*.apps.ms-ocp.cp.fyre.ibm.com'
#subjectAlternateNames: []The following table explains the properties applicable for
CertificateManager
group.
| Property | Default value | Value type | Required | Description |
|---|---|---|---|---|
hostName
|
string | Yes | Specify a common name for the certificate. | |
expiryDays |
365 |
integer | No | Specify the expiry days for the certificate. Minimum value for expiryDays is
1. |
subjectAlternateNames |
|
string | No | Specify Subject Alternate Names (SAN) for the certificate. |