Setting up SSL/TLS certificates for local development
Linqra/keys
folder. You can use these certificates directly for local development.Linqra/keys
directory:
123456
and are organized into:CounterApp/keys/
directory:
counter-app-keystore-container.jks
(Java keystore)client-truststore.jks
(Java truststore)server-cert.pem
: Server certificate (for Flask HTTPS)server-key.pem
: Server private key (for Flask HTTPS)ca-bundle.pem
: Combined CA certificates (for server validation)ca-key.pem
: CA private keyca-cert.pem
: CA certificateclient-key.pem
: Client private keyclient-cert.pem
: Client certificatekeys/certs/client-cert.pem
and keys/certs/client-key.pem
fileshttps://127.0.0.1:5001/health
in Chrome<truststore-name>
with either gateway-truststore
, client-truststore
, or eureka-truststore
.
https://localhost:3000
.
keys
directory and generate the required certificate:
.gitignore
file:
keys
directory will include:
chmod 600 edge-private.key