APIConnect 2018: Replacing Certificates
This post assumes that you have already generated your certificates. If you have not read this post
Once you have created the certificate you need to run the following command in your apicup project directory.
apicup certs set <component> cloud-admin-ui <path to cert> <path to priv key> <path to ca/chain>
e.g.
apicup certs set manager cloud-admi-ui ../cert.pem ../privkey.pem ../chain.pem
Once you have done that you need to run
apicup subsys install manager
and the certificates will be replaced.
To get a list of endpoints you can run
apicup certs list <component>
By Chris Phillips on January 18, 2019.
Exported from Medium on April 6, 2019.