Skip to content

Commit 161ef54

Browse files
committed
chore: remove OTE references from documentation
Signed-off-by: Matthew H. Irby <matt.irby@keyfactor.com>
1 parent 81aeb27 commit 161ef54

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

GoDaddy/GoDaddyCAPluginConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
8080
},
8181
[ConfigConstants.BaseUrl] = new PropertyConfigInfo()
8282
{
83-
Comments = "The Base URL for the GoDaddy API - Usually either https://api.godaddy.com or https://api.ote-godaddy.com",
83+
Comments = "The Base URL for the GoDaddy API - Usually https://api.godaddy.com",
8484
Hidden = false,
8585
DefaultValue = "https://api.godaddy.com",
8686
Type = "String"

docsource/configuration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The GoDaddy AnyCA Gateway REST plugin extends the capabilities of the [GoDaddy C
3030

3131
1. **GoDaddy Account**
3232

33-
To use the GoDaddy AnyCA Gateway REST plugin, a production GoDaddy account must be created and configured fully. To create a new account, follow [GoDaddy's official documentation](https://www.godaddy.com/help/create-a-godaddy-account-16618). Make sure that your [account Profile is configured fully](https://www.godaddy.com/help/update-my-godaddy-account-profile-27250) with at least the following fields:
33+
To use the GoDaddy AnyCA Gateway REST plugin, a GoDaddy account must be created and configured fully. To create a new account, follow [GoDaddy's official documentation](https://www.godaddy.com/help/create-a-godaddy-account-16618). Make sure that your [account Profile is configured fully](https://www.godaddy.com/help/update-my-godaddy-account-profile-27250) with at least the following fields:
3434
* Full Name
3535
* Address
3636
* Organization
@@ -45,12 +45,14 @@ The GoDaddy AnyCA Gateway REST plugin extends the capabilities of the [GoDaddy C
4545

4646
3. **GoDaddy API Key**
4747

48-
The GoDaddy AnyCA Gateway REST plugin uses the [GoDaddy API](https://developer.godaddy.com/doc/endpoint/certificates) to perform all certificate operations. GoDaddy offers an environment for testing (OTE) and an environment for production use (Production). To configure the plugin, follow the [official GoDaddy documentation](https://developer.godaddy.com/getstarted) to create a [production API key](https://developer.godaddy.com/keys). To configure the CA, you'll need the following parameters handy:
48+
The GoDaddy AnyCA Gateway REST plugin uses the [GoDaddy API](https://developer.godaddy.com/doc/endpoint/certificates) to perform all certificate operations. To configure the plugin, follow the [official GoDaddy documentation](https://developer.godaddy.com/getstarted) to create a [production API key](https://developer.godaddy.com/keys). To configure the CA, you'll need the following parameters handy:
4949

50-
* API URL (https://api.godaddy.com or https://api.ote-godaddy.com)
50+
* API URL (https://api.godaddy.com)
5151
* API Key
5252
* API Secret
5353

54+
> **🚧 Note**: While GoDaddy offers a separate API environment for testing called the OTE (Operational Test and Evaluation) environment, **OTE API keys cannot be used with this integration**. The OTE environment does not support shopper ID resolution, which is required for API operations in this integration. Production API keys must be used.
55+
5456
4. **GoDaddy Shopper ID**
5557

5658
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.

integration-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"name": "BaseUrl",
26-
"description": "The Base URL for the GoDaddy API - Usually either https://api.godaddy.com or https://api.ote-godaddy.com"
26+
"description": "The Base URL for the GoDaddy API - Usually https://api.godaddy.com"
2727
},
2828
{
2929
"name": "ShopperId",

0 commit comments

Comments
 (0)