mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 02:18:27 +00:00
Remove scep handler after merge.
This commit is contained in:
@@ -109,7 +109,7 @@ func Get(w http.ResponseWriter, r *http.Request) {
|
||||
case opnGetCACaps:
|
||||
res, err = GetCACaps(ctx)
|
||||
case opnPKIOperation:
|
||||
res, err = h.PKIOperation(ctx, req)
|
||||
res, err = PKIOperation(ctx, req)
|
||||
default:
|
||||
err = fmt.Errorf("unknown operation: %s", req.Operation)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user