how to get Sha1 certificat

hello guys !

i am triying to set up the google play game services into my game , and for that it seems like i need the SHA1 Signing certificate fingerprint ,wich they recommand to get using the
keytool with eclips , but i am wondering how can i get it when i am using UNITY ?

any help would be appreciated .

to generate SHA1 certificate for unity android:

-First make keystore from unity
-Run below command from the directory where the keystore of your app exists.

keytool -list -v -keystore keyStoreName.keystore

-enter password which you used to create keystore from unity