Created
June 10, 2019 10:26
-
-
Save prasvats/92760994a72221c6d4b41b1c123b4bc2 to your computer and use it in GitHub Desktop.
Generate Self Sign Certificate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl req -new -newkey rsa:2048 -nodes -out magento-2_3_1_suresh_com.csr -keyout magento-2_3_1_suresh_com.key -subj "/C=IN/ST=Delaware/L=Noida/O=TTN/OU=Admin/CN=magento-2.3.1.suresh.com" | |
openssl x509 -req -days 365 -in magento-2_3_1_suresh_com.csr -signkey magento-2_3_1_suresh_com.key -out magento-2_3_1_suresh_com.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment