Skip to content

stamp out letsencrypt wildcard certs using hover dns verification

Notifications You must be signed in to change notification settings

pallavkothari/certs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetsEncrypt wildcard certs

Using acme4j and hover at the moment.

build

./gradlew build

run

export HOVER_USERNAME=<hover_username>
export HOVER_PASSWORD=<hover_password>

# with gradle:
./gradlew run -PappArgs="['--mode','staging','--domain','*.foo.org','--domain','*.bar.foo.org']" 

# or without gradle; use the generated start script in the distro
cd build/distributions 
unzip *.zip 
cd $(ls -d */)
./bin/letsencrypt-wildcard-certs --mode staging --domain *.foo.org --domain *.bar.foo.org

Verify the cert chain

openssl x509 -in domain-chain.crt -text

Resources

About

stamp out letsencrypt wildcard certs using hover dns verification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages