Browse Source

mkcert -install is being called in the wrong place

Robert Nicklin 4 years ago
parent
commit
dd834157aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/bin/setup-ssl-ca

+ 1 - 1
compose/bin/setup-ssl-ca

@@ -1,5 +1,5 @@
 #!/bin/bash
-docker-compose exec -T -u root app mkcert -install
+
 docker cp $(docker-compose ps -q app|awk '{print $1}'):/root/.local/share/mkcert/rootCA.pem .
 echo "System password requested to install certificate authority on host..."