Skip to content

Commit

Permalink
ab#61881
Browse files Browse the repository at this point in the history
  • Loading branch information
leefine02 authored and leefine02 committed Sep 4, 2024
1 parent 01defc1 commit 536502c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CitrixAdcOrchestratorJobExtension/CitrixAdcStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public void UpdateKeyPair(string keyPairName, string certFileName, string keyFil
if (count > 0)
{
Logger.LogTrace($"Updating certificate-key pair with name {keyPairName}");
sslcertkey.change(_nss, certKeyObject);
sslcertkey.update(_nss, certKeyObject);
}
else
Expand Down

0 comments on commit 536502c

Please sign in to comment.