web-dev-qa-db-ja.com

Ubuntu 18.04 LTSへのFortiClientのインストールに関する問題

私の会社は、リモート接続をセットアップしてテストし、次の週の間自宅で作業できるようにするように依頼しました。彼らは私にVPN接続用のFortiClientをインストールしてほしいと思っています。私はここの手順に従いました:

https://www.forticlient.com/repoinfo

プロセス中にエラーが発生しました。誰かが私に何ができるかを示唆できますか?よろしくお願いします! :)

[Sudo] password for tmt: --2020-03-15 19:35:58--  https://repo.fortinet.com/repo/ubuntu/DEB-GPG-KEY
Resolving repo.fortinet.com (repo.fortinet.com)... 208.91.114.61
Connecting to repo.fortinet.com (repo.fortinet.com)|208.91.114.61|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1020
Saving to: ‘STDOUT’

-                   100%[===================>]    1020  --.-KB/s    in 0s      

2020-03-15 19:35:59 (182 MB/s) - written to stdout [1020/1020]


tmt@pallascat:~$ Sudo apt-get update
[Sudo] password for tmt: 
Hit:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease             
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]    
Hit:4 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease           
Get:5 https://repo.fortinet.com/repo/ubuntu /bionic InRelease [1.916 B]        
Err:5 https://repo.fortinet.com/repo/ubuntu /bionic InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 18AC26395E54716D
Reading package lists... Done
W: GPG error: https://repo.fortinet.com/repo/ubuntu /bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 18AC26395E54716D
E: The repository 'https://repo.fortinet.com/repo/ubuntu /bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
1
tmt

私はもう少し検索し、このaskubuntuのこのスレッドを見つけました:

GPGエラー「NO_PUBKEY」を修正するにはどうすればよいですか?

うまくいきました。 :)

1
tmt