$SERVICE
represents the name of a Service for the app you are adding an Endpoint to.
📘 If your app is using an Implicit Service, the service name is always cmd
.
$CERTIFICATE_FILE
is the path to a file containing a PEM-formatted certificate bundle, and $PRIVATE_KEY_FILE
is the path to a file containing the matching private key (see Format for more information).
$CERTIFICATE_FINGERPRINT
is the SHA-256 fingerprint of a Custom Certificate that exist in the same Environment as the App you are adding an Endpoint for.
📘 Tip: Use the Dashboard to easily locate the Certificate Fingerprint for a given Certificate.
$YOUR_DOMAIN
is the domain you intend to use with your Endpoint.
After initial provisioning completes, the CLI will return the Managed HTTPS Validation Records you need to create in order to finalize the Endpoint.
Once you’ve created these records, use the aptible endpoints:renew
to complete provisioning.