Skip to content

Instantly share code, notes, and snippets.

@wesinator
Last active December 7, 2021 16:11
Show Gist options
  • Save wesinator/9fd67acad10edbc0c685356caa87c48b to your computer and use it in GitHub Desktop.
Save wesinator/9fd67acad10edbc0c685356caa87c48b to your computer and use it in GitHub Desktop.
Files to deploy Let's Encrypt challenge to Jekyll server (such as github pages). https://stackoverflow.com/questions/17913120/jekyll-post-content-output-is-surrounded-by-p-tag
layout permalink
plaintext
.well-known/acme-challenge/<TOKEN_URL>

<TOKEN_URL>.<REST_OF_TOKEN>

<!--[REMOVE] save this file to _layouts/plaintext.html-->
{{ content | remove: "<p>" | remove: "</p>" }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment