Fix HTTP method for /ssh/sign
This commit is contained in:
parent
92bbadba32
commit
7b8f0327bd
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,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