Configuring custom certificate authority
Datasource requests
datasource:
container_name: datasource
volumes:
- ./ca:/usr/datasource/cadatasource:
container_name: datasource
environment:
- NODE_EXTRA_CA_CERTS=/usr/datasource/ca/certificate.pem Other requests
keytool -genkey -keyalg RSA -keystore mybakerystore.jksLast updated
Was this helpful?