acmes

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

Acmes

acme server

Install

go install github.com/aacfactory/acmes

Usage

Setup ACME DNS Provider. More DNS providers is HERE.

export ALICLOUD_ACCESS_KEY=foo
export ALICLOUD_SECRET_KEY=bar

Startup server.

acmes serve --port 8443 \
  --ca ./cert.pem --cakey ./key.pem \
  --level debug \
  --store file:///some_path/store \
  --provider alidns \
  --email for@bar.com 

Run in docker

  • make your self sign ca
  • choose your dns provider
  • run it
docker run -d --rm --name acmes \
  -e ACMES_EMAIL=foo@bar.com \
  -e ACMES_DNS_PROVIDER=alidns \
  -e ALICLOUD_ACCESS_KEY=foo \
  -e ALICLOUD_SECRET_KEY=bar \
  -v $PWD/data:/data \
  -v $PWD/cert:/cert \
  wangminxiang0425/acmes:latest 

Use Client in your project, see client.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
client module
internal
ssl

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL