Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[HELP] pampasabog certificate editing

Re: Heto na pampasabog certificate editing

Akala ko TUT.

misleading po title mo tol
 
Re: Heto na pampasabog certificate editing

Palitan mo po ang title mo ts
 
Re: Heto na pampasabog certificate editing

si ts yata ang sabog.. misleading ung title
 
Re: Heto na pampasabog certificate editing

lagyan mo ng :help: ang title mo, sisadya mo na yan eh..
 
Re: Heto na pampasabog certificate editing

pampasabog nga... si TS sabog na sabog... kape pa././
 
Re: Heto na pampasabog certificate editing

ts pag aralan mo muna CSR encoding and SSL programming di basta basta pinapalitan yang details included sa .pem file. and dapat same din sa .key file bale ito yung password ng encrypted file ng .pem. pinag aaralan ko din ito para lahat ng mac mapagana and di na kukuha ng certificate and key from legit modems. i know some of coders here aiming on it too :) pero got no time pa, wait na lang kayo sa ibang coders na same ng target ko. :)


try to paste the details inside .pem file to this website and you see what inside of .pem file..
 
Last edited:
:beat:

echo -n
mv $image_tar $tmp_cert_dir/$root_ca
mv -f $tmp_cert_dir/* $cert_dir
if [ -f $cert_dir/$root_ca ]; then
rm -f $cert_dir_loc/$root_ca
ln -s $cert_dir/$root_ca $cert_dir_loc/$root_ca
fi
#tar zxf $image_tar -C $tmp_cert_dir
#if [ -f $cert_dir/$image_client_ca1 ]; then
# rm -f $cert_dir_loc/$client_ca
# ln -s $cert_dir/$image_client_ca1 $cert_dir_loc/$client_ca
#fi
#if [ -f $cert_dir/$image_root_ca1 ]; then
# rm -f $cert_dir_loc/$root_ca
# ln -s $cert_dir/$image_root_ca1 $cert_dir_loc/$root_ca
#fi
#if [ -f $cert_dir/$image_priv_key1 ]; then
# rm -f $cert_dir_loc/$priv_key
# ln -s $cert_dir/$image_priv_key1 $cert_dir_loc/$priv_key
#fi
echo
 
Back
Top Bottom