X.509 Certificate Authority and HTTPS Listener Setup & Configuration
- Install Conductor VAD package.
- Install ODS VAD package.
- Go to the
http://cname:port/conductor
URL, enter the DBA user credentials.
- Go to System Admin->Security
- Enter the Issuer details and click Generate.
- Click Configure HTTPS Listeners
- Edit the new listener, and click "Generate New" key.
- Click Save
- Click Confgure ODS Endpoints
- Click "Create New Endpoint"
- Enter the home path for ODS, and save
- The new endpoint should now appear in the endpoint list.
- Go to the HTTPS site, e.g.,
https://cname:port/ods
; in our example, https://localhost:4433/ods/
.
If Firefox is used, it will complain that the certificate is not valid, so we must register the site's certificate.
- In Firefox certificate manager, Site's certificates add an exception: Firefox Tools -> Options -> View Certificates -> Servers -> Add Exception,
- Confirm exception.
Related