home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1999 November
/
PCONLINE_11_99.ISO
/
filesbbs
/
OS2
/
APCHSSL2.ZIP
/
OS2HTTPD
/
bin
/
makecert.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
|
1998-12-12
|
186 b
|
8 lines
/* Make a new Certificate */
'@os2\ssleay genrsa 1024 > keys\tempcert.key'
'@os2\ssleay req -config conf\ssleay.cnf -new -x509 -key keys\tempcert.key > cert\tempcert.crt'
EXIT