Custom EST Proxy: Contributor example (#35375)
UPDATE: @noahtalerman: I updated this PR to just include the contributor example. I assigned myself the guide update issue: - #34279 For the guide, we want to open a PR agains the `docs-v4.77.0` branch instead of main. --- **Related issue:** Wont resolve: #34279 --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
This commit is contained in:
co-authored by
Noah Talerman
parent
a2d4aecc8c
commit
17ad695397
@@ -0,0 +1,21 @@
|
||||
# fetch_cert
|
||||
|
||||
Example client for fetching certificates via fleet's `/api/v1/fleet/certificate_authorities/{id}/request_certificate` endpoint, authenticated using TPM-backed HTTP Message Signing.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
Usage of ./fetch_cert:
|
||||
-ca uint
|
||||
certificate authority ID
|
||||
-csr string
|
||||
csr path
|
||||
-debug
|
||||
enable debug logging
|
||||
-fleeturl string
|
||||
fleet server base URL
|
||||
-out string
|
||||
output certificate path (default "certificate.pem")
|
||||
-rootdir string
|
||||
fleetd installation root (default "/opt/orbit")
|
||||
```
|
||||
Reference in New Issue
Block a user