X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=configs%2Fkeygen.bat;h=f974205ab10cacb5c1390b4f12d482eb280adc9b;hp=49d30a7cc8266b4e1d40dd17e6c36800f2ec34a0;hb=5a6319ff56649119ea40940baa9fc75d246ad55d;hpb=58c7b01c1c4c08d15e044391780e78b61289e851 diff --git a/configs/keygen.bat b/configs/keygen.bat index 49d30a7..f974205 100644 --- a/configs/keygen.bat +++ b/configs/keygen.bat @@ -12,8 +12,8 @@ set PARAM= :opt_start set PARAM=%1 if not defined PARAM goto opt_end -if %1==-cn goto opt_fqdn -if %1==-years goto opt_years +if %1==-h goto opt_fqdn +if %1==-y goto opt_years goto usage :opt_end @@ -44,7 +44,7 @@ shift goto opt_start :usage -echo usage: keygen [-cn cert common name to use] [-years years to issue cert] +echo usage: keygen [-h hostname/cn for cert] [-y years to issue cert] exit /b :guess_fqdn