diff --git a/api/api.go b/api/api.go index 23f18d35..9ac60613 100644 --- a/api/api.go +++ b/api/api.go @@ -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: