Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2007-10-26 22:12:22
Size: 327
Editor: 203
Comment:
Revision 4 as of 2011-08-03 11:01:01
Size: 173
Editor: localhost
Comment: converted to 1.6 markup
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