mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-09-20 21:09:07 +02:00
Add the new pangctl clear certs command
This commit is contained in:
@@ -133,6 +133,14 @@ Generate an SSH CA public/private key pair for an organization and store them in
|
||||
docker exec -it pangolin pangctl generate-org-ca-keys --orgId "org-123"
|
||||
```
|
||||
|
||||
## Clear certificates
|
||||
|
||||
Clear all certificates from the database to be reinserted by the server when syncing from acme.json files or using Pangolin DNS.
|
||||
|
||||
```bash
|
||||
docker exec -it pangolin pangctl clear-certificates
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
- `--orgId` (required): The organization ID
|
||||
|
||||
Reference in New Issue
Block a user