From eb809cd0264e365ad075c730348f27123cc7fa28 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Mon, 31 Oct 2022 12:03:12 +0100 Subject: [PATCH] DOCS: Provider TransIP improvements (#1791) Co-authored-by: Tom Limoncelli --- docs/_providers/transip.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/_providers/transip.md b/docs/_providers/transip.md index 813336cc1..fd670d9ca 100644 --- a/docs/_providers/transip.md +++ b/docs/_providers/transip.md @@ -12,7 +12,9 @@ jsId: TRANSIP To use this provider, add an entry to `creds.json` with `TYPE` set to `TRANSIP` along with your TransIP credentials. -You can login with your AccountName and a PrivateKey which can be generated in the TransIP control panel. The PrivateKey is a stringified version of the private key given by the API, see the example below, each newline is replaced by "\n". +### Key Pairs + +You can login with your `AccountName` and a `PrivateKey` which can be generated in the [TransIP control panel](https://www.transip.nl/cp/account/api/). The `PrivateKey` is a stringified version of the Private Key given by the API, see the example below, each newline is replaced by "\n". Example: @@ -26,7 +28,9 @@ Example: } ``` -Or you can choose to have an AccessToken as credential. These can be generated in the TransIP control panel and have a limited lifetime +### Access tokens + +Or you can choose to have an `AccessToken` as credential. These can be generated in the [TransIP control panel](https://www.transip.nl/cp/account/api/) and have a limited lifetime ```json