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
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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,13 +104,16 @@ The GoDaddy AnyCA Gateway REST plugin is supported by Keyfactor for Keyfactor cu
104
104
105
105
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [GoDaddy AnyCA Gateway REST plugin](https://github.com/Keyfactor/godaddy-caplugin/releases/latest) from GitHub.
106
106
107
-
3. Copy the unzipped directory (usually called `net6.0`) to the Extensions directory:
107
+
3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory:
108
+
108
109
109
110
```shell
111
+
Depending on your AnyCA Gateway REST version, copy the unzipped directory to one of the following locations:
110
112
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions
113
+
Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net8.0\Extensions
111
114
```
112
115
113
-
> The directory containing the GoDaddy AnyCA Gateway REST plugin DLLs (`net6.0`) can be named anything, as long as it is unique within the `Extensions` directory.
116
+
> The directory containing the GoDaddy AnyCA Gateway REST plugin DLLs (`net6.0` or `net8.0`) can be named anything, as long as it is unique within the `Extensions` directory.
114
117
115
118
4. Restart the AnyCA Gateway REST service.
116
119
@@ -185,8 +188,6 @@ The GoDaddy AnyCA Gateway REST plugin is supported by Keyfactor for Keyfactor cu
0 commit comments