File: main.yml

package info (click to toggle)
golang-github-smallstep-certificates 0.20.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,144 kB
  • sloc: sh: 278; makefile: 170
file content (18 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18



# Root cert for each will be saved in /etc/ssl/smallstep/ca/{{ ca_name }}/certs/root_ca.crt
smallstep_root_certs: []
#  -
#    ca_name: your_ca
#    ca_url: "https://certs.your_ca.ca.smallstep.com"
#    ca_fingerprint: "56092...2200"

# Each leaf cert will be saved in /etc/ssl/smallstep/leaf/{{ cert_subject }}/{{ cert_subject }}.crt|key
smallstep_leaf_certs: []
#  -
#    ca_name: your_ca
#    cert_subject: "{{ inventory_hostname }}"
#    provisioner_name: "admin"
#    provisioner_password: "{{ smallstep_ssh_provisioner_password }}"