Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-14 | op-mode: T6480: must call pki.py helper as root to work with ACME certificates | Christian Breunig | |
This is an addition to commit 65fba1cd2 ("op-mode: T6377: must call pki.py helper as root to work with ACME certificates") which missed out the basic "show pki" command, as the <command> XML node was deep down in the view. (cherry picked from commit 9456113a202f98a777d44c756f7f51c95b1df027) | |||
2024-05-26 | op-mode: T6377: must call pki.py helper as root to work with ACME certificates | Christian Breunig | |
This fixes the error: vyos@vyos:~$ show pki certificate Traceback (most recent call last): File "/usr/lib/python3/dist-packages/vyos/config.py", line 111, in config_dict_mangle_acme tmp = read_file(f'{vyos_certbot_dir}/live/{name}/cert.pem') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/vyos/utils/file.py", line 44, in read_file raise e File "/usr/lib/python3/dist-packages/vyos/utils/file.py", line 38, in read_file with open(fname, 'r') as f: ^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied: '/config/auth/letsencrypt/live/vyos/cert.pem' (cherry picked from commit 65fba1cd27af67c543e120effc12882bd0191f03) | |||
2024-03-14 | xml: T3642: improve PKI CLI help string | Christian Breunig | |
(cherry picked from commit d6226d60dce4a46c9fa63adbf85f2df86c7bd1b1) | |||
2024-02-23 | pki: T6055: Cleanup unnecessary sudo, preserve env when sudo is needed | sarthurdev | |
(cherry picked from commit 1f22ac1bb0a32d3e7ef06713f42e7f6f1c3f3775) | |||
2024-01-08 | pki: T5886: add op-mode commands for log and renewal | Christian Breunig | |
* show log certbot * monitor log certbot * renew certbot (cherry picked from commit 9d02d32319f9328df618910a038ef580588e13c8) | |||
2023-08-09 | pki: T5273: add a certificate fingerprint command | Daniil Baturin | |
2023-07-11 | pki: T5275: Add op-mode output options for PEM format | sarthurdev | |
2022-05-30 | pki: T3642: Add ability to import files into PKi configuration | sarthurdev | |
2021-09-12 | pki: T3642: listing all CRLs show be doen using a leafNode | Christian Poessinger | |
2021-09-12 | pki: T3642: show only requested certificate in op-mode | Christian Poessinger | |
2021-09-12 | pki: T3642: show only requested certificate in op-mode | Christian Poessinger | |
2021-09-12 | pki: T3642: show only requested CA in op-mode | Christian Poessinger | |
2021-09-09 | wireguard: T3642: improve "set" commands for generated key-pairs | Christian Poessinger | |
2021-07-23 | pki: T3642: Add ability to write generated certificates/keys to specified ↵ | sarthurdev | |
filenames | |||
2021-07-03 | pki: T3642: Add support for signing and revoking subordinate CAs | sarthurdev | |
2021-06-29 | pki: ipsec: T3642: Migrate IPSec to use PKI configuration | sarthurdev | |
2021-06-29 | pki: T3642: New PKI config and management | sarthurdev | |