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.

By wojiciech
Connected Tutorial(This question is a follow-up to this tutorial):
Set Up IKEv2 VPN with StrongSwan UbuntuHello. I have set up the server. I can run connection on android with strongswan app. However, not on debian machine. Command : sudo systemctl start strongswan-starter is does not give any output. after command : sudo charon-cmd --cert ca-cert.pem … it gives info that : 00[LIB] created TUN device: ipsec0 00[LIB] dropped capabilities, running as uid 0, gid 0 00[DMN] Starting charon-cmd IKE client (strongSwan 5.9.1, Linux 5.10.0-10-amd64, x86_64) 00[LIB] loaded plugins: charon-cmd aesni aes rc2 sha2 sha1 md5 mgf1 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 sshkey pem openssl fips-prf gmp agent xcbc hmac gcm drbg kernel-libipsec kernel-netlink resolve socket-default bypass-lan eap-identity eap-md5 eap-gtc eap-mschapv2 eap-tls eap-ttls xauth-generic 00[LIB] opening ‘ca-cert.pem’ failed: No such file or directory 00[LIB] building CRED_CERTIFICATE - X509 failed, tried 4 builders 00[CFG] loading certificate from ‘ca-cert.pem’ failed
How should i proceed ? I would prefer to run strongswan connection run automaticaly from system startup. Please help. W.