Last active
May 24, 2024 09:59
Getapp
This file contains hidden or 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
https://griponline.net/extensions/themes/gae_gripautobiz301/staticfiles/templates/tpl/blog-detail/%7B%7Bitem.post_id%7D%7D-%7B%7Bhome.buildTitleUrl(item.post_title)%7D%7D |
This file contains hidden or 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 -keyout server.key -out server.csr |
This file contains hidden or 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
ssh -i "gae1-server-keypair.pem" [email protected] |
This file contains hidden or 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
<VirtualHost *:443> | |
ServerAdmin webmaster@localhost | |
DocumentRoot /var/www/html/gae | |
<Directory "/var/www/html/gae"> | |
AllowOverride All | |
</Directory> | |
ErrorLog /dev/null | |
#CustomLog ${APACHE_LOG_DIR}/access.log combined | |
SSLEngine on | |
SSLCertificateFile /etc/apache2/certs/wildcard2024/STAR_getappeasy_com.crt | |
SSLCertificateKeyFile /etc/apache2/certs/wildcard2024/server.key | |
SSLCertificateChainFile /etc/apache2/certs/wildcard2024/STAR_getappeasy_com.ca-bundle | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment