You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C2concealer/C2concealer/generate-cert.sh: line 105: ./letsencrypt-auto: No such file or directory
[ERROR] letsencrypt certs failed to build. Check that DNS A record is properly configured for this domain
thx for the help
The text was updated successfully, but these errors were encountered:
Hey @fendi1989 I had the same problem last time I set this up a few months ago. I ended up going the route of the standalone certbot install:
apt-get install certbot -y
Then choose option one, and take note of the path that the .pem files dump to. Then you'll use the openssl and keytool commands to create a keystore that you'll point C2concealer to when you run:
c2concealer --hostname yourdomain.com --variant X
Make sense? I'm mobile right now but can provide more command syntax if needed.
C2concealer/C2concealer/generate-cert.sh: line 105: ./letsencrypt-auto: No such file or directory
[ERROR] letsencrypt certs failed to build. Check that DNS A record is properly configured for this domain
thx for the help
The text was updated successfully, but these errors were encountered: