forked from TrueCloudLab/certificates
Fix HTTP method for /ssh/sign
This commit is contained in:
parent
d4c47cf3e1
commit
b000b59ee6
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ func (h *caHandler) Route(r Router) {
|
|||
r.MethodFunc("GET", "/roots", h.Roots)
|
||||
r.MethodFunc("GET", "/federation", h.Federation)
|
||||
// SSH CA
|
||||
r.MethodFunc("GET", "/ssh/sign", h.SignSSH)
|
||||
r.MethodFunc("POST", "/ssh/sign", h.SignSSH)
|
||||
r.MethodFunc("GET", "/ssh/keys", h.SSHKeys)
|
||||
|
||||
// For compatibility with old code:
|
||||
|
|
Loading…
Reference in a new issue