gitlab-letsencrypt icon indicating copy to clipboard operation
gitlab-letsencrypt copied to clipboard

Easily generate a Let's Encrypt certificate for GitLab Pages

Results 14 gitlab-letsencrypt issues
Sort by recently updated
recently updated
newest added

Build process can take some time, so challenge file can be invalid when published: ``` $ gitlab-le --token xxxxxx --path /acme-challenge --jekyll --email [email protected] --production --repository https://gitlab.com/xxx/xxx --domain www.xxx.xx By...

How can I force gitlab-letsencrypt to upload the acme challenge to another branch than master? I got a CI/CD pipeline which depends on another branch, since I cloned the project...

Hey, I'm stuck waiting for pages to be generated with the authorization file in place to continue, but because the job is waiting it isn't continuing on to actually build...

An `--ignore-cert-errors` switch might be useful here as I'd assume this would be a pretty common use case. ``` # gitlab-le --email [email protected] --token 1234 --domain blog.example.com --repository https://gitlab.com/foo/bar.gitlab.io --production...

I thought the graceful back-down times code was really clever - to double the time to poll for the challenge. I'm definitely going to use the method in other places....

To automatically renew certificates you could use Scheduled CI pipelines * [ ] Add master branch to protected branches if it is not there already * [ ] Add **protected**...

First, thanks for a great project! My main branch that I want gitlab to compare everything to is `dev`, but my branch that pages is built from is `prod`. I...

This PR fixes a couple issues with the --jekyll flag. 1. Adds a trailing slash to the permalink. This is required due to [gitlab-pages issue #9](https://gitlab.com/gitlab-org/gitlab-pages/issues/9) 2. Changes the filePath...

Following this format ``` gitlab-le \ --email [email protected] --domain example.com www.example.com --repository https://gitlab.com/gitlab_user/gitlab_repo --token ... ``` Response is `404 - {"message":"404 Project Not Found"}`

When I run this: ```sh npm i -g gitlab-letsencrypt ``` I get this error: ``` npm ERR! code 1 npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b v2.1.0 https://github.com/rolodato/le-acme-core.git...