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
- First production release of the GoDaddy AnyCA Gateway REST plugin that implements:
3
-
- CA Sync
4
-
- Download all issued certificates
5
-
- Certificate enrollment for all published GoDaddy Certificate SKUs
6
-
- Support certificate enrollment (new keys/certificate)
7
-
- Support certificate renewal (extend the life of a previously issued certificate with the same or different domain names)
8
-
- Support certificate re-issuance (new public/private keys with the same or different domain names)
9
-
- Certificate revocation
10
-
- Request revocation of a previously issued certificate
1
+
# v1.2.0
2
+
- Add special condition to handle status 409 when downloading certificates from GoDaddy. 409 indicates that the certificate state does not allow download.
11
3
12
-
- 1.1.0
4
+
# v1.1.0
13
5
- chore(docs): Upgrade GitHub Actions to use Bootstrap Workflow v3 to support Doctool
14
6
15
-
- 1.2.0
16
-
- Add special condition to handle status 409 when downloading certificates from GoDaddy. 409 indicates that the certificate state does not allow download.
7
+
# v1.0.0
8
+
- First production release of the GoDaddy AnyCA Gateway REST plugin that implements:
9
+
- CA Sync
10
+
- Download all issued certificates
11
+
- Certificate enrollment for all published GoDaddy Certificate SKUs
12
+
- Support certificate enrollment (new keys/certificate)
13
+
- Support certificate renewal (extend the life of a previously issued certificate with the same or different domain names)
14
+
- Support certificate re-issuance (new public/private keys with the same or different domain names)
15
+
- Certificate revocation
16
+
- Request revocation of a previously issued certificate
0 commit comments