2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock.html synced 2025-12-23 21:18:38 +00:00
2018-05-01 07:21:32 +00:00

7 lines
278 B
JavaScript

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