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: content/nginx-one/how-to/certificates/manage-certificates.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,10 @@ You can **Add Filter** to filter certificates by:
131
131
132
132
The Export option supports exports of basic certification file information to a CSV file. It does _not_ include the content of the public certificate or the private key.
133
133
134
+
## Deployed certificates
135
+
136
+
A deployed certificate is associated a specific Instance or Config Sync Gruop. That certificate may be Managed or Unmanaged.
137
+
134
138
## Add a new certificate or bundle
135
139
136
140
To add a new certificate, select **Add Certificate**.
@@ -147,6 +151,8 @@ In each case, you can upload files directly, or enter the content of the certifi
147
151
148
152
-**Certificate Details**, with the Subject Name, start and end dates.
149
153
-**Key Details**, with the encryption key size and algorithm, such as RSA
154
+
155
+
If you add a certificate with NGINX One Console, you've set it up as a managed certificate.
150
156
<!-- end potential "include" -->
151
157
152
158
## Edit an existing certificate or bundle
@@ -155,15 +161,15 @@ You can modify existing certificates from the **Certificates** screen. Select th
155
161
156
162
If that certificate is already managed as part of a Config Sync Group, the changes you make affect all instances in that group.
157
163
158
-
## Remove a deployed certificate
164
+
## Remove a managed certificate
159
165
160
-
You can remove a deployed certificate from an independent instance or from a Config Sync Group. This will remove the certificate's association with the instance or group, but it does not delete the certificate files from the instance(s).
166
+
You can remove a managed certificate from an independent instance or from a Config Sync Group. This will remove the certificate's association with the Instance or group, but it does not delete the certificate files from the Instance(s).
161
167
162
-
Every instance with a deployed certificate includes paths to certificates in their configuration files. If you remove the deployed file path to one certificate, that change is limited to that one instance.
168
+
Every Instance with a certificate includes paths to certificates in their configuration files. If you remove one certificate, that change is limited to that one Instance.
163
169
164
-
Every Config Sync Group also includes paths to certificates in its configuration files. If you remove the deployed path to one certificate, that change affects all instances which belong to that Config Sync Group.
170
+
Every Config Sync Group also includes paths to _managed_certificates in its configuration files. If you remove a managed certificate to a Config Sync Group, that change affects all Instances which belong to that Config Sync Group.
165
171
166
-
## Delete a deployed certificate
172
+
## Delete a managed certificate
167
173
168
174
To delete a certificate, find the name in the **Certificates** screen. Find the **Actions** column associated with the certificate. Select the ellipsis (`...`) and then select **Delete**. Before deleting that certificate, you should see a warning.
0 commit comments