]> source.dussan.org Git - gitea.git/commit
Support custom ACME provider (#18340)
authorCristian Le <github@lecris.me>
Tue, 8 Feb 2022 05:45:35 +0000 (14:45 +0900)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 05:45:35 +0000 (13:45 +0800)
commit60f203385e6f27fae47f3cc8c5d71309f4fd88dc
tree3be2a41b96ab7ab0419e0e63676a5fc16e20cd7d
parenta60e8be8d15e90a44f2a746a4e8d81a81e03d2db
Support custom ACME provider (#18340)

* Added ACMECAURL option to support custom ACME provider. Closes #18306
* Refactor setting.go https settings, renamed options and variables, and documented app.example.ini
* Refactored runLetsEncrypt to runACME
* Improved documentation
cmd/web.go
cmd/web_acme.go [new file with mode: 0644]
cmd/web_letsencrypt.go [deleted file]
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/usage/https-support.md
modules/setting/setting.go