- connection api-base-url <string>
API base URL for device REST API.
- connection auth-token api-auth-token <string> (default /mgmt/system/user/login)
API authentication token if needed.
- connection remote-protocol <enum> (default https)
Connection type.
http - http.
https - https.
- connection ssl accept-any <true|false> (default false)
Accept any SSL certificate presented by the device.
Warning! This enables Man in the Middle attacks and
should only be used for testing and troubleshooting.
- connection ssl certificate <binary>
SSL certificate stored in DER format but since it is entered
as Base64 it is very similar to PEM but without banners like
"----- BEGIN CERTIFICATE -----".
Default uses the default trusted certificates installed in
Java JVM.
An easy way to get the PEM of a server:
openssl s_client -connect HOST:PORT