mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 18:18:30 +00:00
Merge branch 'startup-info' of https://github.com/smallstep/certificates into startup-info
This commit is contained in:
@@ -543,7 +543,7 @@ func (a *Authority) init() error {
|
||||
if tmplVars.SSH.HostKey != nil {
|
||||
log.Printf("SSH Host CA Key: %s\n", ssh.MarshalAuthorizedKey(tmplVars.SSH.HostKey))
|
||||
}
|
||||
if tmplVars.SSH.HostKey != nil {
|
||||
if tmplVars.SSH.UserKey != nil {
|
||||
log.Printf("SSH User CA Key: %s\n", ssh.MarshalAuthorizedKey(tmplVars.SSH.UserKey))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user