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-5
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,10 @@ You can **Add Filter** to filter certificates by:
134
134
135
135
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.
136
136
137
+
## Deployed certificates
138
+
139
+
A deployed certificate is associated a specific Instance or Config Sync Gruop. That certificate may be Managed or Unmanaged.
140
+
137
141
## Add a new certificate or bundle
138
142
139
143
To add a new certificate, select **Add Certificate**.
@@ -150,6 +154,8 @@ In each case, you can upload files directly, or enter the content of the certifi
150
154
151
155
-**Certificate Details**, with the Subject Name, start and end dates.
152
156
-**Key Details**, with the encryption key size and algorithm, such as RSA
157
+
158
+
If you add a certificate with NGINX One Console, you've set it up as a managed certificate.
153
159
<!-- end potential "include" -->
154
160
155
161
## Edit an existing certificate or bundle
@@ -158,15 +164,15 @@ You can modify existing certificates from the **Certificates** screen. Select th
158
164
159
165
If that certificate is already managed as part of a Config Sync Group, the changes you make affect all instances in that group.
160
166
161
-
## Remove a deployed certificate
167
+
## Remove a managed certificate
162
168
163
-
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).
169
+
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).
164
170
165
-
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.
171
+
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.
166
172
167
-
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.
173
+
Every Config Sync Group also includes paths toi _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.
168
174
169
-
## Delete a deployed certificate
175
+
## Delete a managed certificate
170
176
171
177
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