Look for locate and find, when looking for file with .key suffix.

$ sudo apt-get install locate
$ locate ".key"
$ find / -name "*.key"