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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ final Authentication auth = Authentication.builder()
94
94
//Create a Config object setting the Authentication object
95
95
finalConfig config =Config.builder()
96
96
.connectorType(ConnectorType.CLOUD)
97
-
.baseUrl("https://api.eu.venafi.cloud")
97
+
.baseUrl("https://api.venafi.eu")
98
98
.credentials(auth)
99
99
.build();
100
100
@@ -306,7 +306,7 @@ TPP REST APIs but please be advised this goes against Venafi recommendations.
306
306
307
307
## Prerequisites for using with Venafi as a Service
308
308
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
310
310
will be executed.
311
311
2. You have successfully registered for a Venafi as a Service account, have been granted at least the
312
312
OutagePREDICT "Resource Owner" role, and know your API key.
0 commit comments