Skip to content

Commit

Permalink
Added a path in scep api
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Jun 30, 2021
1 parent cf5c8fd commit 77715be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/caddy/pfpki/pfpki.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ func buildPfpkiHandler(ctx context.Context) (types.Handler, error) {

api.Handle("/pki/scep/{id}", handlers.ManageSCEP(PFPki)).Methods("GET", "POST")

api.Handle("/pki/scep/{id}/", handlers.ManageSCEP(PFPki)).Methods("GET", "POST")

go func() {
for {
pfpki.DB.DB().Ping()
Expand Down

0 comments on commit 77715be

Please sign in to comment.