Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
7c613892
Verified
Commit
7c613892
authored
Mar 03, 2017
by
Jan Alexander Steffens (heftig)
Browse files
roles/quassel: Install cert as root:quassel 640
parent
5d3e9669
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/quassel/templates/letsencrypt.hook.d.j2
View file @
7c613892
...
...
@@ -8,7 +8,7 @@ for domain in $RENEWED_DOMAINS; do
case
"
$domain
"
in
$quassel_domain
)
cat
/etc/letsencrypt/live/
$quassel_domain
/
{
privkey,fullchain
}
.pem |
install
-o
quassel
-g
quassel
-m
4
0
0 /dev/stdin /var/lib/quassel/quasselCert.pem
install
-o
root
-g
quassel
-m
6
40 /dev/stdin /var/lib/quassel/quasselCert.pem
systemctl restart quassel
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment