Skip to content

Instantly share code, notes, and snippets.

@ddotx
Last active May 24, 2024 09:59
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" [email protected]
<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