You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2019. It is now read-only.
console.log(`A test certificate was successfully obtained for the following domains: ${certs.domains.join(', ')}`);
console.log(`To obtain a production certificate, run gitlab-le again and add the --production option.`);
} else {
console.log(`Your GitLab page has been configured to use an HTTPS certificate obtained from Let's Encrypt.`);
console.log(`Try it out: ${certs.domains.map(c => `https://${c}`).join(' ')} (GitLab might take a few minutes to start using your certificate for the first time)\n`);
console.log(`This certificate expires on ${certs.notAfter}. You will need to run gitlab-le again at some time before this date.`);