aboutsummaryrefslogtreecommitdiff
path: root/src/cert_store.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improved management of ACME orders and certificate pre-expiration periodAlex Auvolat2021-12-091-54/+97
|
* Support totally ignoring backend HTTPS certificate stuffAlex Auvolat2021-12-081-1/+1
|
* Cleanup locksAlex Auvolat2021-12-081-0/+1
|
* Special handling of hostname:portAlex Auvolat2021-12-081-1/+5
|
* Exit more agressively on certain errorsAlex Auvolat2021-12-081-1/+3
|
* Try to fix thingsAlex Auvolat2021-12-081-1/+5
|
* Let's encrypt email address as parameterAlex Auvolat2021-12-081-2/+4
|
* Use self-signed certificates if necessaryAlex Auvolat2021-12-081-6/+41
|
* Implement glob pattern hostnamesAlex Auvolat2021-12-081-4/+6
| | | | | no wildcard certificates: one certificate per matching hostname that actually recieves requests
* Better handle get_cert for https request (faster path, hostname verification)Alex Auvolat2021-12-071-6/+36
|
* Better lockingAlex Auvolat2021-12-071-4/+9
|
* Add support for custom headersAlex Auvolat2021-12-071-1/+1
|
* Locking to avoid flooding Let's encryptAlex Auvolat2021-12-071-1/+26
|
* Got a reverse proxyAlex Auvolat2021-12-071-5/+18
|
* Retrieve let's encrypt certificatesAlex Auvolat2021-12-071-0/+159