Page MenuHomeDevCentral

certbot.sh
No OneTemporary

certbot.sh

#!/bin/sh
# -------------------------------------------------------------
# PaaS Docker
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-15
# License: Trivial work, not eligible to copyright
# Source file: roles/paas-docker/wrappers/files/certbot.sh
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
docker run -it --rm \
-v /srv/letsencrypt/etc:/etc/letsencrypt \
-v /srv/letsencrypt/var:/var/lib/letsencrypt \
-v /srv/letsencrypt/log:/var/log/letsencrypt \
-v /srv/letsencrypt/www:/www \
certbot/certbot:latest "$@"

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, May 15, 12:03 (15 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3699821
Default Alt Text
certbot.sh (855 B)

Event Timeline