Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom ACME provider #18340

Merged
merged 18 commits into from
Feb 8, 2022
Merged

Support custom ACME provider #18340

merged 18 commits into from
Feb 8, 2022

Commits on Jan 21, 2022

  1. Added ACMECAURL option to support custom ACME provider

    Closes go-gitea#18306
    
    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    eb2dc85 View commit details
    Browse the repository at this point in the history
  2. Refactor setting.go https settings, renamed options and variables, an…

    …d documented app.example.ini
    
    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    11f0ef8 View commit details
    Browse the repository at this point in the history
  3. Refactored runLetsEncrypt to runACME

    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    4350b76 View commit details
    Browse the repository at this point in the history
  4. Updated the documentation and switched off TLS ALPN challenge as it's…

    … not implemented yet.
    
    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    21a57c7 View commit details
    Browse the repository at this point in the history
  5. TLS ALPN challenge is actually used, but it is not documented. Revert…

    …ed the previous change
    
    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    cc43ff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    133db1d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Update modules/setting/setting.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8045ff5 View commit details
    Browse the repository at this point in the history
  2. Update modules/setting/setting.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    816fe98 View commit details
    Browse the repository at this point in the history
  3. Update cmd/web_acme.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ba01a22 View commit details
    Browse the repository at this point in the history
  4. Update cmd/web_acme.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c2f0a1d View commit details
    Browse the repository at this point in the history
  5. Update custom/conf/app.example.ini

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    321fa92 View commit details
    Browse the repository at this point in the history
  6. Update custom/conf/app.example.ini

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    31ed266 View commit details
    Browse the repository at this point in the history
  7. Update cmd/web_acme.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    572c88a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Changed setting to ACME_ACCEPTTOS and improved CA root reading

    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f96f206 View commit details
    Browse the repository at this point in the history
  2. Improved documentation

    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    cd58378 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Removed TODO note

    Signed-off-by: Cristian Le <git@lecris.me>
    LecrisUT committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    7ea21e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    1ec10b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    d21a5f3 View commit details
    Browse the repository at this point in the history