Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux quickstart #127

Open
mrbluecoat opened this issue Oct 26, 2023 · 1 comment
Open

Linux quickstart #127

mrbluecoat opened this issue Oct 26, 2023 · 1 comment

Comments

@mrbluecoat
Copy link

Similar to #100, I wanted to try out openiked on Linux (Debian) to connect Android to an IKEv2 server using X.509 authentication. sudo apt install -y openiked appears to handle installation and user creation but when I tried using this manual as recommended in the linked issue the first command ikectl ca vpn create throws this error: ikectl: fopen /etc/ssl/x509v3.cnf: No such file or directory which is because that guide is for OpenBSD, not Linux. I did a bit of Internet sleuthing but couldn't find a single Linux guide. Since this repo specifically targets non BSD systems I thought maybe you could provide some pointers...

@tobhe
Copy link
Member

tobhe commented Nov 19, 2023

Hi @mrbluecoat, he error you encountered was already fixed in our git repo but hadn't made it into an official release and thus into the debian package yet.

We have released a new version today. Once this version finds its way into the Debian archive it should also work there. Until then you could copy ikectl/ikex509v3.cnf from this repo to /etc/openssl as a workaround.

Overall I think there currently is no need for a separate Linux guide since most things work similarly on both platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants