Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
CustomDomainApi.upsertCertificate(String domainId,
DomainCertificate certificate)
Upsert the Custom Domain's Certificate
Upserts (creates or renews) the `MANUAL` certificate for the custom domain.
|
void |
CustomDomainApi.upsertCertificate(String domainId,
DomainCertificate certificate,
Map<String,String> additionalHeaders)
Upsert the Custom Domain's Certificate
Upserts (creates or renews) the `MANUAL` certificate for the custom domain.
|
Modifier and Type | Method and Description |
---|---|
DomainCertificate |
DomainCertificate.certificate(String certificate) |
DomainCertificate |
DomainCertificate.certificateChain(String certificateChain) |
DomainCertificate |
DomainCertificate.privateKey(String privateKey) |
DomainCertificate |
DomainCertificate.type(DomainCertificateType type) |
Copyright © 2017–2023 Okta. All rights reserved.