forked from TrueCloudLab/certificates
Fix return of host configurations.
This commit is contained in:
parent
1b0d05097b
commit
a713277453
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ func (h *caHandler) SSHConfig(w http.ResponseWriter, r *http.Request) {
|
|||
case provisioner.SSHUserCert:
|
||||
config.UserTemplates = ts
|
||||
case provisioner.SSHHostCert:
|
||||
config.UserTemplates = ts
|
||||
config.HostTemplates = ts
|
||||
default:
|
||||
WriteError(w, InternalServerError(errors.New("it should hot get here")))
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue