Home | History | Annotate | Download | only in ssl

Lines Matching refs:mycert

41 #	-mycert /path/to/mycert.pem		
48 # -mycert specifies this client's cert+key PEM file for the VNC server to
261 "-mycert") shift; mycert="$1"
494 # check -ssh and -mycert/-verify conflict:
496 if [ "X$mycert" != "X" -o "X$verify" != "X" ]; then
497 echo "-mycert and -verify cannot be used in -ssh mode"
514 mycert=""
535 mycert=""
2375 # make_tcert is for testing only now via -mycert BUILTIN
3059 if [ "X$mycert" != "X" ]; then
3060 cert="cert = $mycert"
3195 if [ "X$mycert" = "X" ]; then
3199 cert_args="-cert $mycert -CAfile $mycert"
3550 # mycert key:
3551 if [ "X$mycert" != "X" ]; then
3554 if [ ! -f $mycert ]; then
3556 elif grep -i 'Proc-Type.*ENCRYPTED' "$mycert" > /dev/null 2>/dev/null; then