Skip to content

Instantly share code, notes, and snippets.

@schu
schu / acme-client-runner.rb
Created December 3, 2015 18:28 — forked from technion/acme-client-runner.rb
Runs Acme Client
#!/usr/bin/env ruby
require 'acme-client'
#Production
#ENDPOINT = 'https://acme-v01.api.letsencrypt.org'
#Testing
ENDPOINT = 'https://acme-staging.api.letsencrypt.org'
EMAIL = 'mailto:technion@lolware.net'
DOMAIN = 'lolware.net'