Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Time it takes to generate certificate for strongswan

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
aliweb
Posts: 35
Joined: 2017-08-04 05:54
Has thanked: 1 time

Time it takes to generate certificate for strongswan

#1 Post by aliweb »

Hi,

I am trying to install Strongswan on a VPS by following this tutorial:
https://gist.github.com/andrewlkho/3134 ... 368e6280a8

I am at this command to generate certificate but nothing happens. When I run this command the control is not returned so I don't know if the system is still generating certificate or not. I thought may be because I am trying to generate 4096 bit on 512MB (1 CPU) VPS so I closed putty, connected again and this time I tried 2048 bit but it has same problem.

Is there a way to check if it is still working and not hanged after running this command?

Code: Select all

root@myvps:~# cd /etc/ipsec.d
root@myvps:/etc/ipsec.d# ipsec pki --gen --type rsa --size 2048 --outform pem > private/ca.pem

Post Reply