- 最新
- 最多得票
- 最多評論
From what I recall - this issues comes when "Domain Name" on certificates is empty. Can you please confirm in your ACM if your certificates have appropriate Domain Name ?
Edit: To fix it, you need to use FQDN e.g. ./easyrsa build-client-full client2.example.com nopass
This will generate certificate with correct domain i.e. client2.example.com and that should make it visible in the Client VPN console. I'll provide feedback to the service team as well on this as we should clarify our documentation bit more.
I am facing the same issue, where the server domain name is not populating. Its empty after importing to AWS certificate manager.
Also the server needs FQDN eg
./easyrsa build-server-full vpn.example.com nopass
then it will show in the client vpn console , otherwise i can't select it the server certificate menu (import was ok)
相關內容
- AWS 官方已更新 10 個月前
- AWS 官方已更新 1 年前
- AWS 官方已更新 4 個月前
- AWS 官方已更新 3 年前
Why does amazon let me import certificates without a FQDN in the first place if Services like AWS Client VPN does not let me use them... This is poorly designed.