diff options
| author | Indrajit Raychaudhuri <irc@indrajit.com> | 2026-05-27 14:27:32 -0500 |
|---|---|---|
| committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2026-06-04 18:33:41 -0500 |
| commit | b27b74433a594a3c3b799b31db208da5bac8dd80 (patch) | |
| tree | f475c8f062118417c6a9f7f5c13397a1457e0428 /python | |
| parent | 80e1764619b2aa11df69d351a8f149e6784cce10 (diff) | |
| download | vyos-1x-b27b74433a594a3c3b799b31db208da5bac8dd80.tar.gz vyos-1x-b27b74433a594a3c3b799b31db208da5bac8dd80.zip | |
pki: T8165: Add ability to show certificate full chain in pem format
Add op-mode command having ability to show certificate
full chain in pem format as part of PKI configuration.
The certificates are ordered beginning with the end
entity (leaf) certificate, followed by any intermediate
certificates and finally the private key if requested.
This allows users to easily export a certificate along
with its CA hierarchy for use in external applications,
that require the full chain to be provided in a single
file.
One can now run the following commands:
```
show pki ca NAME pem full-chain
show pki certificate NAME pem full-chain
show pki certificate NAME private pem full-chain
```
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions
