Skip to content

Dynamically provision, rotate, and revoke server certificates with Cloudflare Origin CA API.

License

Notifications You must be signed in to change notification settings

gotopple/cf-origin-cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-origin-cert

Install the Agent

git clone git@github.com:gotopple/cf-origin-cert.git
cd cf-origin-cert/cmd/origin-cert-agent
go build
ls -al ./origin-cert-agent

Agent Help

NAME:
   origin-cert-agent - dynamic origin certificate management

USAGE:
   origin-cert-agent [global options] command [command options] [arguments...]

VERSION:
   0.0.0

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --origin-api-key value, -p value      An "Origin CA Key" [$CF_ORIGIN_API_KEY]
   --rotation-frequency value, -f value  Origin certificate rotation frequency (default: 168h0m0s) [$CF_ORIGIN_ROTATION_FREQUENCY]
   --ttl value, -l value                 Requested certificate TTL (default: 30) [$CF_ORIGIN_CERT_TTL]
   --domain value, -n value              The tld [$CF_ORIGIN_TLD]
   --certout value, -c value             Certificate output file name (default: "./cert.pem") [$CF_ORIGIN_CERT_OUT_FILE]
   --keyout value, -k value              Private key output file name (default: "./key.pem") [$CF_ORIGIN_KEY_OUT_FILE]
   --help, -h                            show help
   --version, -v                         print the version

About

Dynamically provision, rotate, and revoke server certificates with Cloudflare Origin CA API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages