Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

I was not unable to verify the fingerprint

I ran the commands listed in the instructions for installing Mozilla VPN with Linux and I got the following error after running the following command:


pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}'

I need to know what I need to do in order to continue on with the istallation

I ran the commands listed in the instructions for installing Mozilla VPN with Linux and I got the following error after running the following command: pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}' I need to know what I need to do in order to continue on with the istallation
첨부된 스크린샷

모든 댓글 (2)

Hi,

Mozilla VPN is one of our premium products. In order to get premium support from a dedicated agent, please sign in to the Mozilla account connected to your subscription (if not already) and then use this link to submit your question.

The error you’re seeing means the fingerprint of the imported key does not match the expected value, so the verification step is correctly failing.

Before continuing, it’s important not to ignore this, since it’s a security check.

A few things you can try:

Re-import the key from scratch Sometimes the key download can be incomplete or cached. Remove the existing key and import it again, then check the fingerprint manually:

gpg --fingerprint

Make sure it exactly matches: 35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3

Check that you are using the correct key file If the key source has changed or you copied commands from an outdated page, the fingerprint may differ. Avoid relying only on the script output The one-liner you used trims and compares automatically, but it’s better to visually confirm the fingerprint directly from GPG output. Verify system date and time An incorrect system clock can sometimes cause issues with key validation.

If the fingerprint still doesn’t match after re-importing from the official source, it’s safer to stop the installation and double-check the instructions or key source, rather than proceeding with an unverified key.

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.