Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
/sozu-acmePublic archive

ACME (Let's Encrypt) automatic configuration for sōzu

License

NotificationsYou must be signed in to change notification settings

sozu-proxy/sozu-acme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been integrated into the main Sōzu repository.It is available directly from the command line of Sōzu.

sozu-acme is a configuration tool for thesōzu HTTP reverse proxythat automates certificate requests fromLet's Encrypt or otherACME enabledcertificate authorities.

This tool is in beta right now, don't hesitate to test it and report issues.

Usage

sozu-acme --config      /path/to/sozu/config.toml # configuration file for sozu          --certificate /path/to/cert.pem         # path to store new certificate          --key         /path/to/key.pem          # path to store the key          --chain       /path/to/chain.pem        # path to store the certificate chain          --domain      example.com               # domain name for which the certificate will be generated          --email       example@example.com       # registration email          --id          app_example               # application id for sozu          --http        1.2.3.4:80                # frontend HTTP address (for the challenge)          --https       1.2.3.4:443               # frontend HTTPS address (for the challenge)

this tool will perform the following actions:

  • contact Let's Encrypt
  • retrieve the challenge data
  • launch a web server for the HTTP challenge
  • configure sōzu to redirect the challenge request to that web server
  • start the HTTP challenge validation
  • if the challenge was successful, write the certificate, chain and key to the specified paths
  • remove the challenge web server from sōzu's configuration

License

Copyright (C) 2017-2018 Geoffroy Couprie

This program is free software: you can redistribute it and/or modify it underthe terms of the GNU Affero General Public License as published by the FreeSoftware Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU Affero General Public License for more details.

About

ACME (Let's Encrypt) automatic configuration for sōzu

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp