How-To Guides
...
Using AAPM Agent on Kubernetes...
Password Service
1 min
to use the password service , a restful api request is sent from the application to the service url the request is securely transmitted using an ssl certificate therefore, a valid certificate must be used in the example below, a self signed certificate will be created and used when setting up the password service pod create a signed certificate keystore name="keystore p12" alias name="kron alias" keystore password="topsecret" key password="topsecret" cert dn="cn=kron pam aapm service,ou=it,o=kron,l=turkiye,st=istanbul,c=tr" validity days=365 keytool genkeypair \\ alias "$alias name" \\ keyalg rsa \\ keysize 2048 \\ dname "$cert dn" \\ validity "$validity days" \\ keypass "$key password" \\ keystore "$keystore name" \\ storepass "$keystore password" \\ storetype pkcs12