Documentation ¶
Index ¶
Constants ¶
View Source
const ( CA_BUNDLE_PEM_CONFIGMAP_NAME = "ca-bundle-pem" CA_BUNDLE_PEM_SOURCE_FILENAME = "ca-bundle.pem" CA_BUNDLE_JKS_CONFIGMAP_NAME = "ca-bundle-jks" CA_BUNDLE_JKS_SOURCE_FILENAME = "ca-bundle.jks" NAV_TRUSTSTORE_PATH = "/etc/ssl/certs/java/cacerts" NAV_TRUSTSTORE_PASSWORD = "changeme" // The contents in this file is not secret NODE_EXTRA_CA_CERT_PATH = "/etc/pki/tls/certs/ca-bundle.crt" )
These constants refer to a ConfigMap that has already been applied to the cluster. The source filenames refer to a PEM bundle and a JKS keystore, respectively.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.