Fix docs for Certificate authentication (#3301)
Fix discrepencies in the documentation for TLS Certificate authentication. The Delete CRL method has a misleading title and description.
This commit is contained in:
parent
25976b340e
commit
567f2ce1f1
|
@ -228,9 +228,9 @@ $ curl \
|
|||
}
|
||||
```
|
||||
|
||||
## Delete Certificate Role
|
||||
## Delete CRL
|
||||
|
||||
Deletes the named role and CA cert from the backend mount.
|
||||
Deletes the named CRL from the backend mount.
|
||||
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
|
|
Loading…
Reference in New Issue