Do you guys know a python “script” that can generate openVPN certificates ?
I need this to integrate it with my django project …
Thx.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you have the needed PKI set up, i.e., have you made your own certificate authority? If so, then changing directory to
easy-rsa(see the docs I just pointed to for how to find that directory in various platforms) and using Python’ssubprocessto runbuild-keyfor the client of interest might be simplest.