Add SM2 to renewcerts.sh

This commit is contained in:
Andrew Hutchings
2026-02-18 18:01:15 +00:00
parent 2e8f9fe595
commit 7248ca3592
+10
View File
@@ -768,6 +768,16 @@ run_renewcerts(){
echo "End of section"
echo "---------------------------------------------------------------------"
############################################################
########## generate SM2 certificates #######################
############################################################
echo "Renewing SM2 certificates"
cd sm2
./gen-sm2-certs.sh
cd ..
echo "End of section"
echo "---------------------------------------------------------------------"
############################################################
########## update Raw Public Key certificates ##############
############################################################