# ln -sf /etc/prosody/certs/auth.[FQDN] /usr/local/share/ca-certificates/
# update-ca-certificates -f
...
2 KB (256 words) - 09:21, 7 July 2024
=== Create the ca.crt ===
First we need to create the CA-certificate (this is the cert used when creating other certificates).
...
5 KB (820 words) - 22:20, 20 December 2021
If you already have a CA that you would like to have the web interface manage you can upload it from
If you do not have a CA, To generate a new certificate:
...
7 KB (1,060 words) - 10:10, 17 November 2023
** Example: 00:ca:ba:de:00:12
liboutput = validator.is_mac("00:ca:ba:de:00:12")
...
3 KB (419 words) - 09:07, 12 March 2012
Extract the CA
* #openssl pkcs12 -in PFXFILE -cacerts -nokeys -out DOMAIN-ca.pem
...
3 KB (417 words) - 10:32, 17 November 2023
To get the ca cert out:
{{Cmd|openssl pkcs12 -in PFXFILE -cacerts -nokeys -out ca.pem}}
...
8 KB (1,206 words) - 10:34, 17 November 2023
...end entity and intermediate CA certificates signed by the private key of a CA and containing subjectAltNames, CRL distribution points and URIs of OCSP se
Now self-sign a CA certificate using the generated key:
...
12 KB (1,421 words) - 21:05, 25 August 2023
...e scripts provided by FreeRadius. The scripts allow you to easily create a CA (certificate authority), Server certificate, and Client certificates. Reme
<pre>[ ca ]
...
12 KB (1,798 words) - 22:54, 25 March 2024
"CA+Return" = action-qterminal
"CA+f" = action-foot
...
22 KB (3,305 words) - 11:55, 9 September 2025
tls_trust_file /etc/ssl/certs/ca-certificates.crt
...
2 KB (333 words) - 13:48, 25 August 2023
...ca-certificates}} package (required to trust common Certificate Authority (CA) certificates) and the {{Pkg|openssl}} package or {{Pkg|libressl}} package
{{Cmd|apk -U add ca-certificates libressl}}
...
26 KB (4,188 words) - 22:14, 30 August 2023
...-out $HOME/alpine_local.crt -nodes -days 3650 -subj "/CN{{=}}Alpine Local CA/"
...
4 KB (595 words) - 15:47, 30 May 2025
ca-certificates-20191127-r4.apk libssl1.1-1.1.1i-r0.apk...
ca-certificates-bundle-20191127-r4.apk libstdc++-9.3.0-r2.apk...
...
11 KB (1,387 words) - 18:41, 24 September 2025
...hey currently let anyone use for a small fee as a Certification Authority (CA).
...
6 KB (986 words) - 16:58, 1 November 2025
trusted CA certificate.
...
8 KB (1,139 words) - 07:44, 13 January 2024
If [[ifupdown-ng]] is used, to set the MAC or hw address as {{ic|de:ad:be:ef:ca:fe}} for {{ic|wlan0}} interface, add the following {{ic|pre-up}} command to
pre-up ip link set $IFACE addr de:ad:be:ef:ca:fe
...
14 KB (1,969 words) - 10:56, 27 October 2025
*View/Create/Upload CA certificate
...
12 KB (1,338 words) - 01:00, 25 August 2023
...n self-signed certificate, you can create the "server-bundle.pem" and the "ca-crt.pem" file with these commands:
openssl pkcs12 -nokeys -cacerts -in certificate.pfx -out /etc/lighttpd/ca-crt.pem
...
47 KB (6,442 words) - 10:13, 17 November 2023
These instructions will use a certificate issued from a self-signed ACF based CA
openssl pkcs12 -nokeys -cacerts -in certificate.pfx -out /etc/lighttpd/ca-crt.pem
...
47 KB (6,540 words) - 10:03, 21 January 2024
...n self-signed certificate, you can create the "server-bundle.pem" and the "ca-crt.pem" file with these commands:
openssl pkcs12 -nokeys -cacerts -in certificate.pfx -out /etc/lighttpd/ca-crt.pem
...
48 KB (6,722 words) - 11:08, 20 December 2023