Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ce4993e

Browse files
Update README.md
Update the EU URL API Server
1 parent c757a97 commit ce4993e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ final Authentication auth = Authentication.builder()
9494
//Create a Config object setting the Authentication object
9595
final Config config = Config.builder()
9696
.connectorType(ConnectorType.CLOUD)
97-
.baseUrl("https://api.eu.venafi.cloud")
97+
.baseUrl("https://api.venafi.eu")
9898
.credentials(auth)
9999
.build();
100100

@@ -306,7 +306,7 @@ TPP REST APIs but please be advised this goes against Venafi recommendations.
306306

307307
## Prerequisites for using with Venafi as a Service
308308

309-
1. The Venafi as a Service REST API is accessible at https://api.venafi.cloud or https://api.eu.venafi.cloud(if you have an EU account) from the system where VCert
309+
1. The Venafi as a Service REST API is accessible at [https://api.venafi.cloud](https://api.venafi.cloud/vaas) or [https://api.venafi.eu](https://api.venafi.eu/vaas) (if you have an EU account) from the system where VCert
310310
will be executed.
311311
2. You have successfully registered for a Venafi as a Service account, have been granted at least the
312312
OutagePREDICT "Resource Owner" role, and know your API key.

0 commit comments

Comments
 (0)