Skip to main content

All Questions

1 vote
1 answer
1k views

How to generate a X509 certifcate for testing with Certbot

I don't understand how to use Certbot. I tried: sudo certbot certonly --email [email protected] --webroot -w . -d chris.ca and it tells me: IMPORTANT NOTES: - The following errors were reported by ...
Jenia Be Nice Please's user avatar
1 vote
3 answers
2k views

https certificates for 2 IP addresses on the same server

We are working on a router-like device which can have it’s own access point and be connected to another router. We want to have https on the management web page using a valid certificate (not a self-...
Acampoh's user avatar
  • 31
0 votes
2 answers
917 views

How can I tell whether PFS is enabled?

I have kinda 2 questions.. first, is this setting considered "secure" ? Second, how do I tell whether perfect forward secrecy is enabled? ssl_session_timeout 5m; ssl_protocols TLSv1 TLSv1.1 ...
Daniel W.'s user avatar
  • 1,992
4 votes
0 answers
4k views

Establish https on nonstandard port

I'm trying to estamblish https on port 55434 (different than standard 443). My nginx configuration looks like this: server { server_name example.org; listen 55434 ssl; ssl ...
majkel's user avatar
  • 49