Reference
- AWS Client VPN(Desktop Client) 활용하기
- AWS VPN구성 기본 가이드
- OpenVPN
- OKTA federation
상호 인증 구성 인증서 생성
./easyrsa init-pki
./easyrsa build-ca nopass
./easyrsa build-server-full server nopass
./easyrsa build-client-full vpn.xxx.com nopass
mkdir ../vpn_cert
cp pki/ca.crt ../vpn_cert
cp pki/issued/server.crt ../vpn_cert
cp pki/private/server.key ../vpn_cert
cp pki/issued/vpn.xxx.com.crt ../vpn_cert
cp pki/private/vpn.xxx.key ../vpn_cert
aws acm import-certificate --certificate \
fileb://server.crt --private-key \
fileb://server.key --certificate-chain \
fileb://ca.crt
[ VPN ] Redis 접근 (0) | 2023.06.29 |
---|---|
[ SSL ] Certbot (0) | 2023.04.25 |
[ MFA ] Goolge 설정 가이드 (0) | 2023.02.08 |
[ MFA ] Slack 설정 가이드 (0) | 2023.02.08 |