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: README.md
+9-44Lines changed: 9 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,13 @@
1
-
2
-
# GoDaddy AnyCA REST plugin
3
-
4
-
GoDaddy plugin for the AnyCA Gateway framework
5
-
6
-
#### Integration status: Production - Ready for use in production environments.
7
-
8
-
## About the Keyfactor
9
-
10
-
11
-
12
-
## Support for GoDaddy AnyCA REST plugin
13
-
14
-
GoDaddy AnyCA REST plugin is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com
15
-
16
-
###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
<imgsrc="https://img.shields.io/github/downloads/Keyfactor/godaddy-caplugin/total?style=flat-square&label=downloads&color=28B905"alt="GitHub Downloads (all assets, all releases)" />
35
11
</p>
36
12
37
13
<palign="center">
@@ -84,14 +60,12 @@ The GoDaddy AnyCA Gateway REST plugin extends the capabilities of the [GoDaddy C
84
60
> * If your certificate workflows mostly consist of certificate renewal, re-issuance, and revocation, the GoDaddy AnyCA Gateway REST plugin is fully supported.
85
61
> </details>
86
62
87
-
88
-
89
63
## Compatibility
90
64
91
65
The GoDaddy AnyCA Gateway REST plugin is compatible with the Keyfactor AnyCA Gateway REST 24.2 and later.
92
66
93
67
## Support
94
-
The GoDaddy AnyCA Gateway REST plugin is open source and community supported, meaning that there is **no SLA** applicable.
68
+
The GoDaddy AnyCA Gateway REST plugin is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket with your Keyfactor representative. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com.
95
69
96
70
> To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
97
71
@@ -124,13 +98,11 @@ The GoDaddy AnyCA Gateway REST plugin is open source and community supported, me
124
98
125
99
To synchronize certificates issued by the GoDaddy CA, the GoDaddy AnyCA Gateway REST plugin needs to know your Shopper ID (shown as Customer # on the GoDaddy website). The Shopper ID is a number with a max length of 10 (e.g., 1234567890). To find your Shopper ID, sign into [GoDaddy](https://www.godaddy.com/) and click on your name dropdown on the top right. The Shopper ID is shown as **Customer #** in this dropdown.
126
100
127
-
128
-
129
101
## Installation
130
102
131
103
1. Install the AnyCA Gateway REST per the [official Keyfactor documentation](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/InstallIntroduction.htm).
132
104
133
-
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [GoDaddy AnyCA Gateway REST plugin](https://github.com/Keyfactor/godaddy-anycagateway/releases/latest) from GitHub.
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.
134
106
135
107
3. Copy the unzipped directory (usually called `net6.0`) to the Extensions directory:
136
108
@@ -150,7 +122,6 @@ The GoDaddy AnyCA Gateway REST plugin is open source and community supported, me
150
122
151
123
***Gateway Registration**
152
124
153
-
154
125
GoDaddy has four available Certificate Authorities:
155
126
156
127
- GoDaddy SHA-1 (GODADDY_SHA_1)
@@ -168,14 +139,10 @@ The GoDaddy AnyCA Gateway REST plugin is open source and community supported, me
168
139
169
140
Each defined Certificate Authority in the AnyCA Gateway REST can support one issuing certificate authority. Since GoDaddy has four available Certificate Authorities, if you require certificate enrollment from multiple GoDaddy Certificate Authorities, you must define multiple Certificate Authorities in the AnyCA Gateway REST. This will manifest in Command as one GoDaddy CA per defined Certificate Authority.
170
141
171
-
172
-
173
142
***CA Connection**
174
143
175
144
Populate using the configuration fields collected in the [requirements](#requirements) section.
176
145
177
-
178
-
179
146
***ApiKey** - The API Key for the GoDaddy API
180
147
***ApiSecret** - The API Secret for the GoDaddy API
181
148
***BaseUrl** - The Base URL for the GoDaddy API - Usually either https://api.godaddy.com or https://api.ote-godaddy.com
@@ -199,8 +166,6 @@ The GoDaddy AnyCA Gateway REST plugin is open source and community supported, me
199
166
200
167
4. In Keyfactor Command (v12.3+), for each imported Certificate Template, follow the [official documentation](https://software.keyfactor.com/Core-OnPrem/Current/Content/ReferenceGuide/Configuring%20Template%20Options.htm) to define enrollment fields for each of the following parameters:
201
168
202
-
203
-
204
169
* **JobTitle** - The job title of the certificate requestor
205
170
* **CertificateValidityInYears** - Number of years the certificate will be valid for
206
171
* **LastName** - Last name of the certificate requestor
@@ -220,12 +185,12 @@ The GoDaddy AnyCA Gateway REST plugin is open source and community supported, me
220
185
221
186
222
187
188
+
189
+
223
190
## License
224
191
225
192
Apache License 2.0, see [LICENSE](LICENSE).
226
193
227
194
## Related Integrations
228
195
229
-
See all [Keyfactor Any CA Gateways (REST)](https://github.com/orgs/Keyfactor/repositories?q=anycagateway).
230
-
231
-
196
+
See all [Keyfactor Any CA Gateways (REST)](https://github.com/orgs/Keyfactor/repositories?q=anycagateway).
0 commit comments