Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Connected Tutorial(This question is a follow-up to this tutorial):
Set Up IKEv2 VPN with StrongSwan UbuntuHi,
I have an Ubuntu Server 20.04 for Minecraft (no GUI). I connect to it via PowerShell and my Linux laptop with the server’s private IP. I would like a little extra security by spoofing or hiding the IP address of my server. I am a bit nervous to test this out as I am brand new to Linux.
A VPN service recommended this tutorial for what I am trying to accomplish.
I get stumped on step 3, particularly the “Note” (–dn “CN=IP address” --san @IP_address --san IP_address ).
First, I run this:
pki --gen --type rsa --size 4096 --outform pem > ~/pki/private/server-key.pem
Then, I run this but change one line:
pki --pub --in ~/pki/private/server-key.pem --type rsa
| pki --issue --lifetime 1825
–cacert ~/pki/cacerts/ca-cert.pem
–cakey ~/pki/private/ca-key.pem
–dn “CN=server_domain_or_IP” --san server_domain_or_IP
–flag serverAuth --flag ikeIntermediate --outform pem
> ~/pki/certs/server-cert.pem
The line I will replace is “–dn[…]”. Since I am using an IP instead of DNS, I would need to place my device’s private IP here - “CN=IP address” - but I am not sure what the other two san ones are for? Are they random IPs or is it just my device’s IP two more times?
My other questions:
Thanks and regards, Josh
dc4230bda0b4464dbcf3a811978d84
marco
marco
Deeraj EA
billcore
Wran
cdb506d145284bffa8911de72274b5
Sean
bc2f52583874402a988f587c00195d
Dorian Bodnariuc
2bc7ff122d3448628b436c998421f9