diff --git a/CHANGELOG.md b/CHANGELOG.md index 6163096..8160343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ 1.0.0 -Inital Release. Support for Enroll, Sync, and Revocation. \ No newline at end of file +Inital Release. Support for Enroll, Sync, and Revocation. + +1.0.1 +Hotfix for cert enrollment bug diff --git a/entrust-ecs-caplugin/API/NewCertificateRequest.cs b/entrust-ecs-caplugin/API/NewCertificateRequest.cs index 72417ca..b16bc45 100644 --- a/entrust-ecs-caplugin/API/NewCertificateRequest.cs +++ b/entrust-ecs-caplugin/API/NewCertificateRequest.cs @@ -19,7 +19,7 @@ public class NewCertificateCall : ECSBaseRequest { public NewCertificateCall() { - Resource = "enterprise/v2/certificates"; + Resource = "certificates"; Method = "POST"; } }