aboutsummaryrefslogtreecommitdiff
path: root/src/cert_store.rs
Commit message (Expand)AuthorAgeFilesLines
* correctly warmup cert storeQuentin Dufour2023-12-131-2/+3
* centralize all the checks in the same placedomain-checkQuentin Dufour2023-11-301-50/+52
* implement featureQuentin Dufour2023-11-301-40/+129
* some commentsQuentin Dufour2023-11-301-0/+23
* refactor configuration to support redirectsQuentin Dufour2023-11-291-2/+2
* replace log,pretty_env_logger by tracing,tracing_subscriber and add timedocker-50Alex Auvolat2023-08-271-1/+1
* feat: warmup memory store when startingdocker-49feat/load-certs-at-bootQuentin Dufour2023-08-081-9/+57
* update df-consul to fix some issuesdocker-48Alex Auvolat2023-06-131-2/+2
* Externalise Consul module to df-consul crateAlex Auvolat2022-12-071-1/+4
* Update dependenciesAlex Auvolat2022-12-051-2/+2
* Add graceful shutdown and memory tracingAlex Auvolat2022-01-241-3/+9
* Implement basic domain accesibility check before asking for certificatedocker-25Alex Auvolat2021-12-141-0/+46
* Exclude partial content from compressionAlex Auvolat2021-12-101-4/+4
* 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
* 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