Project

General

Profile

Actions

Bug #2862

closed

letsencrypt "stateless-mode" ? (acme.sh)

Added by stevebovy about 6 years ago. Updated about 6 years ago.

Status:
Invalid
Priority:
Normal
Category:
3rd party
Target version:
ASK QUESTIONS IN Forums:

Description

The lets-encrypt client shell (acme.sh) supports something called (stateless-mode)

See: https://github.com/Neilpang/acme.sh/wiki/Stateless-Mode

They give a usage example with "nginx" server

root@ed:~# acme.sh --register-account
[Mon Feb 6 21:40:18 CST 2017] Registering account
[Mon Feb 6 21:40:19 CST 2017] Already registered
[Mon Feb 6 21:40:21 CST 2017] Update success.
[Mon Feb 6 21:40:21 CST 2017] ACCOUNT_THUMBPRINT='6fXAG9VyG0IahirPEU2ZerUtItW2DHzDzD9wZaEKpqd'

Configure the nginx server to return the account key thumbprint:

http {
...
server {
...
location ~ "^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$" {
default_type text/plain;
return 200 "$1.6fXAG9VyG0IahirPEU2ZerUtItW2DHzDzD9wZaEKpqd";
}
...
}
}

Is their a way to accomplish this with lighttdp, thanks for the great software and any help

Actions #1

Updated by stevebovy about 6 years ago

Sorry ; this is not a bug :)

Actions #2

Updated by gstrauss about 6 years ago

  • Status changed from New to Invalid

Sorry, this is not a bug or a feature. Please ask questions in the support forum:
https://redmine.lighttpd.net/projects/lighttpd/boards/2

Actions

Also available in: Atom