File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ AM_CERTS_GRPC_CLIENT_TLS=
3333AM_CERTS_GRPC_CA_CERTS =
3434AM_CERTS_INSTANCE_ID =
3535AM_CERTS_RELEASE_TAG = latest
36+ # WARNING: This is a development/testing secret only.
37+ # NEVER use this weak secret in production! Generate a strong random secret for production deployments.
3638AM_CERTS_SECRET = 12345678
3739
3840# # OpenBao PKI Config
@@ -45,7 +47,7 @@ AM_CERTS_OPENBAO_PKI_PATH=pki
4547AM_CERTS_OPENBAO_ROLE = absmach
4648AM_CERTS_OPENBAO_PKI_CA_CN = Abstract Machines Certificate Authority
4749AM_CERTS_OPENBAO_PKI_CA_OU = Abstract Machines
48- AM_CERTS_OPENBAO_PKI_CA_O = AbstractMacines
50+ AM_CERTS_OPENBAO_PKI_CA_O = AbstractMachines
4951AM_CERTS_OPENBAO_PKI_CA_C = FRANCE
5052AM_CERTS_OPENBAO_PKI_CA_L = PARIS
5153AM_CERTS_OPENBAO_PKI_CA_ST = PARIS
You can’t perform that action at this time.
0 commit comments