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: docsource/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In order to enroll certificates the Keyfactor Command server must trust the CA c
17
17
18
18
## CA Connection
19
19
20
-
The certificate used by the gateway for authenticating into the Nexus Certificate Manager will need to be copied to a location on the Gateway Host that is accessble by the gateway service. The Certificate Path
20
+
The certificate used by the gateway for authenticating into the Nexus Certificate Manager will need to be copied to a location on the Gateway Host that is accessible by the gateway service. The Certificate Path
Copy file name to clipboardExpand all lines: nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ public async Task<int> Revoke(string caRequestID, string hexSerialNumber, uint r
240
240
}
241
241
242
242
/// <summary>
243
-
/// Synchronize gets the list of certs from the CA and updates the status of each known cert to the latest; and adds missing cert info to the database ///
243
+
/// Synchronize gets the list of certs from the CA and updates the status of each known cert to the latest, and adds missing cert info to the database.
244
244
/// </summary>
245
245
/// <param name="blockingBuffer">the database reader, passed by framework</param>
246
246
/// <param name="lastSync">the time of last sync</param>
@@ -254,7 +254,7 @@ public async Task Synchronize(BlockingCollection<AnyCAPluginCertificate> blockin
254
254
255
255
try
256
256
{
257
-
// retreive the list of certs from Nexus CM
257
+
// retrieve the list of certs from Nexus CM
258
258
_logger.LogTrace("attempting to retrieve the list of cert names from Nexus CM");
0 commit comments