Let's encrypt certificates generator with Cloudflare DNS validation
648
This tool generates Let's encrypt certificates using DNS challenge validation with Cloudflare. The container will need some variables in order to accomplish that:
DOMAINS - a space separated list of domains for which we generate certificatesCLOUDFLARE_LOGIN and CLOUDFLARE_APIKEY - credentials for Cloudflare DNS validationRENEWAL_TIMEOUT -Run it by invoking docker run with arguments similar to:
docker run --rm -ti -v /persistent/certs/path:/etc/letsencrypt/live -e "DOMAINS=foo.boo.com boo.foo.com" -e "CLOUDFLARE_LOGIN=me" -e "CLOUDFLARE_APIKEY=key" alephan/letsflare
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License
Content type
Image
Digest
Size
29.9 MB
Last updated
about 7 years ago
docker pull alephan/letsflare