문제

I need to create a website in PHP to create CSR and CRT.

I can't use exec, system, or similars.

How can i do? I have a web form with the data to create a CSR.

I hope you can help me please.

Best regards.

도움이 되었습니까?

해결책

Use the OpenSSL Extension. You should be able to do what you need given the small amount of information you provided. http://www.php.net/manual/en/book.openssl.php

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top