You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CreatePKICertIssuer.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,13 @@
16
16
|**country**|**String**| A comma-separated list of countries that will be set in the issued certificate |[optional]|
17
17
|**create_private_crl**|**Boolean**| Set this to allow the issuer will expose a CRL endpoint in the Gateway |[optional]|
18
18
|**create_public_crl**|**Boolean**| Set this to allow the cert issuer will expose a public CRL endpoint |[optional]|
19
+
|**critical_key_usage**|**String**| Mark key usage as critical [true/false]|[optional][default to 'true']|
19
20
|**delete_protection**|**String**| Protection from accidental deletion of this object [true/false]|[optional]|
20
21
|**description**|**String**| Description of the object |[optional]|
21
22
|**destination_path**|**String**| A path in which to save generated certificates |[optional]|
23
+
|**enable_acme**|**Boolean**| If set, the cert issuer will support the acme protocol |[optional]|
22
24
|**expiration_event_in**|**Array<String>**| How many days before the expiration of the certificate would you like to be notified. |[optional]|
23
-
|**gw_cluster_url**|**String**| The GW cluster URL to issue the certificate from, required in Public CA mode or to allow CRLs on private CA |[optional]|
25
+
|**gw_cluster_url**|**String**| The GW cluster URL to issue the certificate from. Required in Public CA mode, to allow CRLs on private CA, or to enable ACME|[optional]|
24
26
|**is_ca**|**Boolean**| If set, the basic constraints extension will be added to certificate |[optional]|
25
27
|**json**|**Boolean**| Set output format to JSON |[optional][default to false]|
26
28
|**key_usage**|**String**| key-usage |[optional][default to 'DigitalSignature,KeyAgreement,KeyEncipherment']|
0 commit comments