Quote from: TJL on November 21, 2025, 05:48:34 PM[...]I click on the rid link, OPNsense opens a new window [...], but then immediately closes the window[...]
mkdir -p /root/testcert
cd /root/testcert
# Self-signed test cert (doesn't matter what it is)
openssl req -x509 -nodes -newkey rsa:2048 \
-keyout test.key \
-out test.crt \
-subj "/CN=mydomain.com" \
-days 1
cat test.crt test.key > test.pemcat /root/testcert/test.pem | \
ssh -i /var/etc/acme-client/sftp-config/id.ed25519 \
-p 22 \
acme-certpusher@192.168.99.252 \
"mydomain.com"
Nov 21 12:54:36 mydomain acme-certpush[142212]: Fri Nov 21 12:54:36 GMT 2025 Starting certpush for domain/command: mydomain.com
Nov 21 12:54:36 mydomain acme-certpush[142220]: PEM missing certificate blockQuote from: franco on November 19, 2025, 09:28:24 PMBasically what people are asking for is a setup wizard. We'll be extending the existing wizard with a few use-case type presets in 26.1 but nothing that resembles a non-first-time setup yet.