You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_err "ZoneDirector doesn't support ECC certificates. Please deploy an RSA certificate."
134
+
return 1
135
+
elif [ "$_ul_version_minor"-lt"13" ];then
136
+
_err "Unleashed $_ul_version_major.$_ul_version_minor doesn't support ECC certificates. Please deploy an RSA certificate or upgrade to Unleashed 200.13+."
137
+
return 1
138
+
fi
139
+
140
+
_debug "ECC certificates OK for Unleashed $_ul_version_major.$_ul_version_minor."
0 commit comments