Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F28577239
certificates.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
certificates.sls
View Options
# -------------------------------------------------------------
# Salt — Deploy Bonjour chaton
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Created: 2017-04-27
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
/opt/bonjour-chaton/certs
:
file.directory
:
-
user
:
chaton
-
group
:
chaton-dev
-
dir_mode
:
750
bonjour_chaton_certificates_private
:
cmd.run
:
-
name
:
cp
{{
dirs.etc
}}
/letsencrypt/live/robot.paysannerebelle.com/privkey.pem /opt/bonjour-chaton/certs/private.pem
-
creates
:
/opt/bonjour-chaton/certs/private.pem
file.managed
:
-
name
:
/opt/bonjour-chaton/certs/private.pem
-
user
:
chaton
-
group
:
chaton-dev
-
mode
:
0600
-
replace
:
False
-
show_changes
:
False
bonjour_chaton_certificates_public
:
cmd.run
:
-
name
:
cp
{{
dirs.etc
}}
/letsencrypt/live/robot.paysannerebelle.com/fullchain.pem /opt/bonjour-chaton/certs/cert.pem
file.managed
:
-
name
:
/opt/bonjour-chaton/certs/cert.pem
-
user
:
chaton
-
group
:
chaton-dev
-
mode
:
0644
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 11:49 (15 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3695045
Default Alt Text
certificates.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment