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.
 
 
 
 
 
 
Jesn f429d61551 fix: update docker-compose.yml for eshop-st-basket dockerfile path 4 years ago
..
certs inital config 4 years ago
nginx Fix signalr proxying over nginx 4 years ago
README.md updated docker configuration 4 years ago
docker-compose.infrastructure.override.yml added mongodb docker 4 years ago
docker-compose.infrastructure.yml updated dependency for service health 4 years ago
docker-compose.yml fix: update docker-compose.yml for eshop-st-basket dockerfile path 4 years ago
down.ps1 fixed wrong docker command when deleting network 5 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 5 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