Fix SSH host certificate signing for the sshca role #153
@@ -3,6 +3,6 @@ algorithm_signer: rsa-sha2-256
|
||||
ttl: 315360000 # 87600 * 3600
|
||||
allow_host_certificates: true
|
||||
allow_user_certificates: false
|
||||
allowed_domains: "main.unkin.net,consul"
|
||||
allowed_domains: "unkin.net,main.unkin.net,consul"
|
||||
allow_subdomains: true
|
||||
allow_bare_domains: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Allow signing SSH host certificates
|
||||
---
|
||||
rules:
|
||||
- path: "sshca/sign/host"
|
||||
- path: "sshca/sign/signhost"
|
||||
capabilities:
|
||||
- create
|
||||
- update
|
||||
Reference in New Issue
Block a user