diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-05-25 21:26:08 +0200 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2024-05-25 21:26:42 +0200 | 
| commit | 65fba1cd27af67c543e120effc12882bd0191f03 (patch) | |
| tree | b585d154ce7cc0c9ef67abc042c7556a34061f8b /src/helpers/run-config-activation.py | |
| parent | 609563d6acfeafbed46b1ac5e6bd497ce097e3bc (diff) | |
| download | vyos-1x-65fba1cd27af67c543e120effc12882bd0191f03.tar.gz vyos-1x-65fba1cd27af67c543e120effc12882bd0191f03.zip | |
op-mode: T6377: must call pki.py helper as root to work with ACME certificates
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'
Diffstat (limited to 'src/helpers/run-config-activation.py')
0 files changed, 0 insertions, 0 deletions
