forked from TrueCloudLab/certificates
Remove scep handler after merge.
This commit is contained in:
parent
898ca41268
commit
400b1ece0b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ func Get(w http.ResponseWriter, r *http.Request) {
|
||||||
case opnGetCACaps:
|
case opnGetCACaps:
|
||||||
res, err = GetCACaps(ctx)
|
res, err = GetCACaps(ctx)
|
||||||
case opnPKIOperation:
|
case opnPKIOperation:
|
||||||
res, err = h.PKIOperation(ctx, req)
|
res, err = PKIOperation(ctx, req)
|
||||||
default:
|
default:
|
||||||
err = fmt.Errorf("unknown operation: %s", req.Operation)
|
err = fmt.Errorf("unknown operation: %s", req.Operation)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue