notdodo / docker-sneaky-gophish

Docker for the latest gophish with stealth configuration from sneaky_gophish
16 stars 6 forks source link

/etc/letsencrypt does not exist after running command #2

Closed jsarkisian closed 2 years ago

jsarkisian commented 2 years ago

Found another issue:

After running the fixed command from issue #1, it runs and says that the keys were created and can be found in the typical /etc/letsencrypt location. However, this location nor keys that were supposedly created does not exist after command completes.

notdodo commented 2 years ago

Are you searching the keys in /etc/letsencryption on the docker container or the host? The command maps /etc/letsencryption of the container to $(pwd)/ssl of the host. You will find the keys inside the host folder.