Property | Description | Default value |
---|---|---|
vigo.authentication.organisation.selector.idp-uri-template | https://idp.felleskomponent.no/nidp/saml2/spsend?id=%s&sid=1 | |
vigo.authentication.organisation.selector.refresh.cron | 0 */5 * * * * |
|
fint.ldap.url | ||
fint.ldap.user | ||
fint.ldap.password |
- Get the certificate from the server
echo "" | openssl s_client -connect localhost:6360 -showcerts 2>/dev/null | openssl x509 > server.cer
- Add the server certificate to a keystore (jks)
keytool -import -file server.cer -alias namadmcon01 -keystore cacerts.jks
- Create a secret in Kubernetes
This secret must be created directly in K8s and cannot go via 1Password :(
kubectl create secret generic <name of secret> --from-literal=truststore_password=changeit --from-file=cacerts.jks