You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Galip Tolga Erdem eb905aae01 Added mongo-express for Catalog db observation 3 years ago
..
certs ssl and certs 3 years ago
nginx nginx configuration 3 years ago
README.md updated docker configuration 4 years ago
docker-compose.infrastructure.override.yml Added mongo-express for Catalog db observation 3 years ago
docker-compose.infrastructure.yml Added mongo-express for Catalog db observation 3 years ago
docker-compose.yml Added remove service and identity client for cms 3 years ago
down.ps1 fixed wrong docker command when deleting network 4 years ago
run-docker-compose.ps1 added docker-compose for administration service 4 years ago
stop-docker-compose.ps1 added docker-compose for administration service 4 years ago
up.ps1 added external network 4 years ago

README.md

Generate Self-Signed Certificate Using OpenSSL

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout eshop-dk.key -out eshop-dk.crt -subj `"/CN=$certSubj`" -addext `"subjectAltName=DNS:localhost,DNS:host.docker.internal,DNS:app-authserver`"
openssl pkcs12 -export -in eshop-dk.crt -inkey eshop-dk.key -out eshop-dk.pfx -passout pass:8b6039b6-c67a-448b-977b-0ce6d3fcfd49

How to run?

  • Add entries to the hosts file (in Windows: C:\Windows\System32\drivers\etc\hosts):
127.0.0.1 app-authserver