Thanks a lot sir i faced error when i generated that key number in android studio but after i watched your video i made it from cmd and i succeeded. you are amazing
@TutorialsPediaVideos3 жыл бұрын
Glad to hear.
@quynhhodiepnhu1701 Жыл бұрын
Thanks. Great help. I followed and succeeded.
@SalvadorChaosOfficial4 жыл бұрын
I'm a beginner, so sorry if I come off as naive: but do I do this (create a new Keystore) for every app? or is there a different command to add a new app Key to this existing Keystore? or am I completely misunderstanding what a Keystore is and what it's used for? Lol
@Innovationlu2 жыл бұрын
If I have multiple servers that is behind a load balancer. Do I need to do this for each server? Or do I create on one server and share it to each additional server?
@TutorialsPediaVideos2 жыл бұрын
Use wildcard CN (*) for a domain name in such case.
@justinrajs5689 Жыл бұрын
Hi Team, How to Exporting the private key from the PKCS12 format? I hope by using openssl we can achieve this. eg: openssl pkcs12 -in identity.p12 -nodes -nocerts -out private_key.pem Can we able to achieve the same by using Java Keytool?
@Madhuri-m6g Жыл бұрын
Hi, How to change default keystore in java 11. Please provide solution
@SonisKitchen_and_Vlogs2 жыл бұрын
Nice video explained well. Thank You Mr.Ajmal
@programmingcheatcodes59677 ай бұрын
Too Useful, Thanks,
@sapy-cr1es2 жыл бұрын
Will it be a signed certificate ? or we have to run some more commands to generate a self signed cert.
@TutorialsPediaVideos2 жыл бұрын
Yes it will be aelf signed.
@ravinders9221 Жыл бұрын
Nice, Thank you!!
@hectoliters4 жыл бұрын
thx dude it really helped!
@TutorialsPediaVideos4 жыл бұрын
My pleasure. Glad to hear.
@praveen123ist3 жыл бұрын
Very useful info ...thanks so much!👌🏻😊😊
@shehnaazshields86122 жыл бұрын
Thanks a lot....this video was very helpful
@TutorialsPediaVideos2 жыл бұрын
Thanks Shehnaaz for the kind feedback. JazakAllah.
@crashspine3 жыл бұрын
Great, key store is poor to intuit, i have a jks but dont remeber the alias inside her, how i acess these!
@Mukeshyadav-gj3os4 жыл бұрын
Below are the list of locations needed to update keystore Local machine Locked on-site server (varying ACLs) Cloud machine (varying ACLs) Dedicated secrets management services (git) repos without complete to this process ,we can not update our app with given new key by google tell me what does it mean bro pleese !!!!
@lulithagihan78172 жыл бұрын
thank you man ..
@superklutzygirl Жыл бұрын
Thank you!
@abhishekpandey32132 жыл бұрын
Hello sir , can I change the sha1 value of any keystore file it will very helpful if you answer
@laijukp904 жыл бұрын
HOW TO GENERATE CERT FILE FROM HID FILE
@arijitnagchowdhury3740 Жыл бұрын
Very nice explanation. So JKS is basically similar to private key
@TutorialsPediaVideos Жыл бұрын
Thanks for the kind feedback. JKS is a KeyStore which contains key as well as certificates.
@MrSumanpatro20084 жыл бұрын
I have a private and public key, from there can i create a JKS file ?
@khatiwwaraa3 жыл бұрын
Great work man! To the point, keep up the great work :)
@banagan46043 жыл бұрын
I can't access myetherwallet with my keystore file. It keeps giving me an error message. I've tried other keystore files which also don't work. Is it possible to extract the private key from the file? Thanks
@AllsdeHotelPvp2 жыл бұрын
Thank you so much!
@venkateshm96402 жыл бұрын
Its very helpful video. But when i tried to create certificate by following same process, in the .cer file "Thumbprint Algorithm sha1" is missing. Is it normal or do i have to give anything in the command to appear the thumb print algorithm in the .cer?
@hayyaanshakeel63323 жыл бұрын
Love you bro 💋
@patelbansi80013 жыл бұрын
You are just great thank you so much
@christianchidiebube74092 жыл бұрын
Boss, I really need your help 😭😭. Am really depressed cause I have tried but it's not working. You are my last hope. Anytime I try to check my Sha key in Android studio using "Gradle signingreport" it always say "No key alias found in keystore"...but it was originally saying" missing keystore" before I then installed java jdk but I don't know how to create the keystore file in my directory. Please anyone seeing this and knows the solution, I need your help. I have created my first android app but I now want to linki it to firebase😭😭. Please reach out to me on
@capmi13794 жыл бұрын
Thank you for your help.
@TutorialsPediaVideos4 жыл бұрын
You are welcome.
@diegoramos274 жыл бұрын
Hi Sir, what certificate are you exporting? is the keystone created with some certificates by default? thanks
@TutorialsPediaVideos4 жыл бұрын
Dear Diego, When you create keystore, it contains key pair; a public certificate and a private key.
@diegoramos274 жыл бұрын
Tutorials Pedia Thanks for the reply sir, could you please explain the difference between PrivateKeyEntry and trustedCertEntry? Thanks again
@joehuangathome4 жыл бұрын
It would be nice if how certificate is used was explained, too
@TutorialsPediaVideos4 жыл бұрын
Thanks for your feedback. The way of Using or configuring a certificate differs for different types of servers as well as different types of tools and can't be explained as generalized. E.g. IIS has different steps tha JBoss and the way certificates are configured in TIBCO differs from Mulesoft.
@disk384 жыл бұрын
thanks
@itsvenus56774 жыл бұрын
sir validity ka kya karen sir
@TutorialsPediaVideos4 жыл бұрын
Validity is set with below -validity option by specifying no of days for certificate validity. E.g. below sets validity for one year: -validity 365
@itsvenus56774 жыл бұрын
Means a lot sir
@manrriquemy61764 жыл бұрын
go into an infinite loop of requesting data and never create .jks,