2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock.html synced 2025-12-23 21:18:38 +00:00
2018-04-30 18:03:12 -06:00

8 lines
193 B
JavaScript

(function () {
'use strict';
console.log("Hello, World!");
window.document.querySelector('.js-acme-directory-url').value = 'https://acme-staging-v02.api.letsencrypt.org/directory';
}());