acme-v2 | ACME v2 client written in Node.js for retrieving free SSL | TLS library
kandi X-RAY | acme-v2 Summary
kandi X-RAY | acme-v2 Summary
ACME v2 client written in Node.js for retrieving free SSL / TLS certificates
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of acme-v2
acme-v2 Key Features
acme-v2 Examples and Code Snippets
Community Discussions
Trending Discussions on acme-v2
QUESTION
I've set up a redbird based proxy following its README file examples.
By now I've configured single domain both for http and https and it's working well (https still using self-signed certificate).
But now I'm trying to configure it to use letsencrypt to automatically get valid ssl certificates and I'm getting stuck in following error:
...ANSWER
Answered 2020-Jan-16 at 09:13SOLVED!!
Many issues were involved at the same time (despite my lack of experience with either redbird and letsencrypt.
- The magic 404/Not found page: I guess it came from a lighttpd server that seems to had been preinstalled in my VPS.
Port 80 was redirected via iptables but I suppose in one or other configuration tweak I could have redirected incoming requests to localhost's port 80 (which is not redirected).
- My redbird missunderstanding: Looking at examples in its README file, I thought redbird were kinda "multi- reverse_proxy" in the sense that you could redirect http and https requests with single redbird instance.
But I finally realized that the (maybe not so well named) port option which is, in fact, an http port, serves only to configure a built-in unconditional http->https redirector (of which I already had read about, but I thought it were optional).
- The actual underlying issue: If your DNS have DNSSEC activated, you should define a CAA register in it pointing to letsencrypt.org.
At the moment I disabled DNSSEC instead because my provider's control panel doesn't allow me to create such register.
I discovered it while trying to get the certificates through certbot (sudo apt-get install certbot
which I must say that, If I had known about it before, I wouldn't had care about trying redbird's letsencrypt integration.
It is much more verbose (while redbird is more like a black box when errors arise) and pointed out that I needed the CAA register.
Here the notes I took about it (in case anyone could be interested):
QUESTION
I am trying to set up letsencrypt (now greenlock apparently) for port forwarding with express.
I had this first issue that I solved with:
...ANSWER
Answered 2019-Oct-15 at 07:09I'm the author of Greenlock.
Let's Encrypt vs GreenlockLet's Encrypt is a brand name of the EFF for their Free SSL service.
Greenlock is the brand name I use for my JavaScript client to their service.
I changed the name when they began pursuing a trademark for Let's Encrypt.
Video TutsIf you follow the Greenlock QuickStart, you cannot fail. :)
Also, an oldie, but a goodie:
Keep It Stupid-Simple- VPS
- netcap
- systemd
On a normal VPS (such as Digital Ocean, Linode, Vultr, or Scaleway), where the disk is persistent, use "netcap". This will allow a non-root user to bind to privileged ports:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install acme-v2
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page