CertManagerIssuerResource.withAcmeServer
Method
interface CertManagerIssuerResource { // ... omitted for brevity withAcmeServer( serverUrl: string, email: string): CertManagerIssuerResource;}Signature
method
withAcmeServer builder Configures the issuer to use a custom ACME directory endpoint (e.g., a private ACME server such as ZeroSSL or step-ca).
withAcmeServer( serverUrl: string, email: string): CertManagerIssuerResourceParameters
serverUrl string email string Returns
CertManagerIssuerResource Defined on
This method is defined on the following type: