home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1999 November
/
PCONLINE_11_99.ISO
/
filesbbs
/
OS2
/
APCHSSL2.ZIP
/
OS2HTTPD
/
bin
/
opencert.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-04
|
253 b
|
8 lines
/* Make a new Certificate */
'@os2\openssl genrsa 1024 > keys\dehua.ygd.tongji.edu.cn.key'
'@os2\openssl req -config conf\openssl.cnf -days 365 -new -x509 -nodes -key keys\dehua.ygd.tongji.edu.cn.key > cert\dehua.ygd.tongji.edu.cn.crt'
EXIT