Don't wrap base64 cert output (#2199)

This commit is contained in:
ekzyis 2025-06-02 13:07:26 -05:00 committed by GitHub
parent 6a29dea232
commit fa177317e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
sndev
View File

@ -536,7 +536,7 @@ sndev__cert() {
echo "no CERTDIR label found for $1" echo "no CERTDIR label found for $1"
exit 1 exit 1
fi fi
docker__exec $1 cat $certdir/tls.cert | base64 docker__exec $1 cat $certdir/tls.cert | base64 -w0
} }
sndev__help_cert() { sndev__help_cert() {