Differences between revisions 2 and 3
Revision 2 as of 2007-10-26 22:12:22
Size: 327
Editor: 203
Comment:
Revision 3 as of 2008-01-22 11:20:25
Size: 173
Editor: 203
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
비밀키 생성
{{{
openssl genrsa -des3 -out filename.key 1024
}}}

CSR 생성
{{{
openssl req -new -key filename.key -out filename.csr
}}}

OpenSSL. [BSD]그룹이 만든 OpenSource [SSL].

http://www.openssl.org/

[SSL]/[TLS]를 장착한 오픈소스 도구킷

SeeAlso PyOpenSsl


CategoryProgram

OpenSSL (last edited 2014-04-14 13:34:59 by 61)

web biohackers.net