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
The public certificate authority will sign and issue the certificate, while Akeyless will store and manage the certificate lifecycle.
16
16
17
-
The issuance flow uses a Public CA Target with Akeyless [PKI Issuer](https://docs.akeyless.io/docs/ssh-and-pkitls-certificates), ensuring full automation and storage of your public certificate while providing real-time expiration notification inside the [Event Center](https://docs.akeyless.io/docs/event-center) to manage the lifecycle of your certificates.
17
+
The issuance flow uses a Public CA Target with Akeyless [PKI Issuer](https://docs.akeyless.io/docs/ssh-and-pkitls-certificates), ensuring full automation and storage of your public certificate, and providing real-time expiration notifications in the [Event Center](https://docs.akeyless.io/docs/event-center) to manage the lifecycle of your certificates.
18
18
19
19
## Prerequisites
20
20
@@ -62,9 +62,7 @@ You can find the complete list of parameters for this command in the [CLI Refere
62
62
63
63
> ℹ️ **Note (Allowed Domains):**
64
64
>
65
-
> Due to the nature of some Public CAs, for example, GoDaddy, **CN** might be sent with the classic `www.` prefix, it is recommended to check this in advance for future automated renewal.
66
-
67
-
<!---->
65
+
> Due to the nature of some Public CAs, for example, GoDaddy, **CN** might be sent with the classic `www.` prefix; it is recommended to check this in advance for future automated renewal.
68
66
69
67
> ℹ️ **Note (Auto-Renew and Public CA Certificate Validity):**
70
68
>
@@ -93,7 +91,7 @@ Where:
93
91
94
92
*`common-name`: Certificate common name.
95
93
96
-
*`gateway-url`: Akeyless Gateway URL (port `8000`). to generate the classic key, relevant only when using `generate-key` option.
94
+
*`gateway-url`: Akeyless Gateway URL (port `8000`). to generate the classic key, relevant only when using the `generate-key` option.
97
95
98
96
You can find the complete list of parameters for this command in the [CLI Reference - Certificates](https://docs.akeyless.io/docs/cli-reference-certificates#generate-csr) section.
99
97
@@ -131,4 +129,4 @@ Once the certificate issue request is processed, the selected public CA target v
131
129
>
132
130
> Validation depends on the selected public CA target. Some targets use email-based validation, while the [Let's Encrypt Target](https://docs.akeyless.io/docs/lets-encrypt) uses ACME challenge validation (`http` or `dns`).
133
131
134
-
The issued [Certificate item](https://docs.akeyless.io/docs/certificate-storage) should be created under the `destination-path` storage folder inside Akeyless.
132
+
The issued [Certificate item](https://docs.akeyless.io/docs/certificate-storage) should be created under the `destination-path` storage folder inside Akeyless.
0 commit comments