noupfix123
New Member
Long nhong trên WeB tìm cách làm file CER thấy Web này nó chỉ làm mà ko hiểu lắm ai cao thủ vào giúp em 1 tay
Nguồn : http://www3.symbian.com/faq.nsf/AllByDate/0A641D4666011F9C002572250023F01C?OpenDocument
Link cái Soft Makekeys : http://www3.symbian.com/faq.nsf/fde6224c17e6012780257130004f0a7c/0a641d4666011f9c002572250023f01c/$FILE/makekeys.exe
"" Symbian OS SDKs prior to Symbian OS v9.2 have a version of makekeys that generates certificates that last for only 1 year. After that time, applications refuse to install.
The version of makekeys attached to this FAQ allows you to specify the certificate expiry period in days, as an argument to makekeys. The instructions for use are given below.
{code}
MakeKeys, version 1.0
Creates public/private key pairs and certificate requests for use with makesis.
Copyright (c) 2000 Symbian Ltd. All rights reserved.
Usage:
makekeys -cert [-expdays <cert-expiry-in-days>][-password <password>] [-len <key-length>] -dname <distinguised-name-string> <priv
ate-key-file> <public-key-cert>
makekeys -req [-password <password>] -dname <distinguised-name-string> <private-key-file> <public-key-cert> <cert-request-file>
makekeys -view <certificate-file>
(use -v on the command line for verbose mode)
Notes:
For -cert if the private-key-file does not exist it will be created
Distinguished name string format:
CN - Common Name, e.g. CN=Joe Bloggs
CO - Country, e.g. CO=GB
OR - Organisation, e.g. OR=Acme Ltd
OU - Organisational Unit, e.g. OU=Development
EM - E-Mail address, e.g. EM=noone@nowhere.com
A distinguished name strings needs at least two attributes
Certificate expiry date(in days) can be specified by the user (optional) , else defaults to a year.
Example Usage:
makekeys -cert -expdays 3650 -password yourpassword -len 2048 -dname "CN=Joe Bloggs OU=Development OR=Acme Ltd CO=GB EM=noone@now
here.com" mykey.key mycert.cer
makekeys -req -password yourpassword -dname "CN=Joe Bloggs OU=Development OR=Acme Ltd CO=GB EM=noone@nowhere.com" mykey.key mycer
t.cer myreq.p10
{code} """
Nguồn : http://www3.symbian.com/faq.nsf/AllByDate/0A641D4666011F9C002572250023F01C?OpenDocument
Link cái Soft Makekeys : http://www3.symbian.com/faq.nsf/fde6224c17e6012780257130004f0a7c/0a641d4666011f9c002572250023f01c/$FILE/makekeys.exe
"" Symbian OS SDKs prior to Symbian OS v9.2 have a version of makekeys that generates certificates that last for only 1 year. After that time, applications refuse to install.
The version of makekeys attached to this FAQ allows you to specify the certificate expiry period in days, as an argument to makekeys. The instructions for use are given below.
{code}
MakeKeys, version 1.0
Creates public/private key pairs and certificate requests for use with makesis.
Copyright (c) 2000 Symbian Ltd. All rights reserved.
Usage:
makekeys -cert [-expdays <cert-expiry-in-days>][-password <password>] [-len <key-length>] -dname <distinguised-name-string> <priv
ate-key-file> <public-key-cert>
makekeys -req [-password <password>] -dname <distinguised-name-string> <private-key-file> <public-key-cert> <cert-request-file>
makekeys -view <certificate-file>
(use -v on the command line for verbose mode)
Notes:
For -cert if the private-key-file does not exist it will be created
Distinguished name string format:
CN - Common Name, e.g. CN=Joe Bloggs
CO - Country, e.g. CO=GB
OR - Organisation, e.g. OR=Acme Ltd
OU - Organisational Unit, e.g. OU=Development
EM - E-Mail address, e.g. EM=noone@nowhere.com
A distinguished name strings needs at least two attributes
Certificate expiry date(in days) can be specified by the user (optional) , else defaults to a year.
Example Usage:
makekeys -cert -expdays 3650 -password yourpassword -len 2048 -dname "CN=Joe Bloggs OU=Development OR=Acme Ltd CO=GB EM=noone@now
here.com" mykey.key mycert.cer
makekeys -req -password yourpassword -dname "CN=Joe Bloggs OU=Development OR=Acme Ltd CO=GB EM=noone@nowhere.com" mykey.key mycer
t.cer myreq.p10
{code} """