Skip to content

Instantly share code, notes, and snippets.

@ddotx
Last active May 24, 2024 09:59
Show Gist options
  • Save ddotx/2a3a1134b87b51c4918b3f46a3e50e50 to your computer and use it in GitHub Desktop.
Save ddotx/2a3a1134b87b51c4918b3f46a3e50e50 to your computer and use it in GitHub Desktop.
Getapp
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
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
ssh -i "gae1-server-keypair.pem" ubuntu@ec2-52-76-232-219.ap-southeast-1.compute.amazonaws.com
<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