Warning while instaling chrome

Hello,

I got such a warning while instaling chrome:

warning: /var/cache/zypp/packages/Google-Chrome/google-chrome-stable-31.0.1650.57-1.i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEYupdate-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode



I did the install like this:
zypper ar http://dl.google.com/linux/chrome/rpm/stable/i386 Google-Chrome

then:
zypper ref
there was a message that google chrome is signed with a unknown key

then I did:
zypper in google-chrome-stable

and got the warning posted above. As I understand it everything is OK with the key and I just have to add it somehow so it is recognized?

Edit:

I did as mentioded here:http://www.google.com/linuxrepositories/

Is this OK?

Try Chromium. It is available for installation through YaST

You did this?

wget https://dl-ssl.google.com/linux/linux_signing_key.pub
sudo rpm --import linux_signing_key.pub

Yes, that’s OK then and you shouldn’t get the warning anymore.

But of course you can just ignore that warning as well. It doesn’t cause any problem.

It’s just a hint that the package is signed with no/with an unknown key and it cannot be verified therefore that it was unchanged and is really coming from where it claims to be…