You could have shortened your one firewall-cmd rule for adding both HTTP and HTTPS: firewall-cmd --permanent --add-service={http,https}. But I do concede that firewall-cmd, in general, is more verbose than ufw.
You could have shortened your one firewall-cmd rule for adding both HTTP and HTTPS: firewall-cmd --permanent --add-service={http,https}. But I do concede that firewall-cmd, in general, is more verbose than ufw.
Craig S.