CERTIFICATES: define certificate use

This commit is contained in:
Christian Hesse 2025-11-10 12:11:38 +01:00
parent bd8c54d1cd
commit beae09620a

View file

@ -61,7 +61,7 @@ Import a certificate by CommonName
Running the function `$CertificateAvailable` with that name as parameter
makes sure the certificate is available in the device's store:
$CertificateAvailable "ISRG Root X2";
$CertificateAvailable "ISRG Root X2" "fetch";
If the certificate is actually available already nothing happens, and there
is no output. Otherwise the certificate is downloaded and imported.