Move TLS files from keys/ to tls/

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-02-17 13:50:55 -07:00
parent 226d81647b
commit 673d7627b5
8 changed files with 11 additions and 11 deletions

View File

@@ -106,8 +106,8 @@ keys and certificate are stored if not configured otherwise as
.. code-block:: console
..
.. /etc/warewulf/keys/warewulf.crt # PEM certificate
.. /etc/warewulf/keys/warewulf.key # PEM RSA Key
.. /etc/warewulf/tls/warewulf.crt # PEM certificate
.. /etc/warewulf/tls/warewulf.key # PEM RSA Key