https-portal
https-portal copied to clipboard
A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
Edit: "Solution" in the post below. Note: It works, its ugly and not artful at all, I would LOVE if someone who has NGINX expertise above mine (i.e. Banging the...
How often are certificates updated in production mode? After restarting hostos, I get a Late Limit error and can no longer start the container.
Current implementation ignores CSR when self-signing and force creates new RSA keypair, so `CERTIFICATE_ALGORITHM=prime256v1` is not working for `STAGE=local`. This PR fixes this by stop creating new RSA key on...
Current nginx template for ssl sites does not have ssl_ciphers for ECDSA server certs + TLSv1.2 so using ECDSA certs results in `No common ciphers` error in clients. This PR...
Apparently, prime256v1 certificates no longer work: 1. I had problems with https-portal on ARM (official image) yesterday with clients complaining about "No common ciphers"; the only thing that fixed it...
does not match the detected host platform (linux/s390x), Do you have a better solution? ./archname: Empty TARGETPLATFORM, unsupported ARCH: s390x
Hello. How i access credentials - full chain domain certificate domain private key I use volume to expose the file's credentials to other containers, but I didn't find those keys....
Looking for a way to integrate verification of domain using [DNS-01 challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge) Usecase: Need to keep the server behind a firewall, which is accessible through specific whitelisted IPs. Letsencrypt does...
I checked the logs and I got SSL handshake fail, then checked crontab -l, no crontab for root. And the site is about to expire in a few days, urgently...
Sometimes, user names should contain @ Symbols. Sometimes passwords should contain @ symbols or a colon. Is it possible to mask these symbols so they are not interpreted as delimiter...