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:
Text File  |  1998-12-12  |  186 b   |  8 lines

  1. /* Make a new Certificate */
  2.  
  3. '@os2\ssleay genrsa 1024 > keys\tempcert.key'
  4. '@os2\ssleay req -config conf\ssleay.cnf -new -x509 -key keys\tempcert.key > cert\tempcert.crt'
  5.  
  6. EXIT
  7.  
  8.