//서버 인증서 생성
openssl genrsa -des3 -out server.cakey.pem
openssl req -new -x509 -key server.cakey.pem -out root.crt
openssl genrsa -out server.key
openssl req -new -key server.key -out server.csr
//서명
openssl x509 -req -in server.csr -days 365 -sha1 -CAcreateserial -CA root.crt -CAkey server.cakey.pem -out server.crt
//클라이언트 인증서
openssl genrsa -out client.key
openssl req -new -key client.key -out client.csr
//서명
openssl x509 -req -in client.csr -days 365 -sha1 -CAcreateserial -CA root.crt -CAkey server.cakey.pem -out client.crt
Step 1: unpack rar archive Step 2: run the setup Step 3: Use the given keygen to activate Add the line 127.0.0.1 licensing.ultraedit.com to your %WINDOWS%\system32\drivers\etc\hosts file Enter any data for license-id and password (license-id must be a number) Choose Offline activation and generate corresponding activation codes for your user codes Step 4: Enjoy and Support Developers, Buy It, They Deserved It!
댓글
댓글 쓰기