nanusdad - Overview
Pinned Loading
-
1
* From - https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches
3
`git checkout -b [name_of_your_new_branch]`
5
* Push the branch on github : -
2
Create the remote repository, and get the URL such as
4
git@github.com:/youruser/somename.git or https://github.com/youruser/somename.git
-
1
## Installing Moodle on AWS LightSail2
### Start with a new LightSail Instance running Ubuntu 20.04 -
1
## How to use GoDaddy SSL certs with Express JS ##3
* Node requires each certificate in the CA chain to be passed separately in an array.4
* GoDaddy provides a cerficate file (gd_bundle.crt) probably looks like this: -
4
`ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4`
-
1
# Setting up SSL cert with nginx2
1. Copy the .crt file and encrypted .key file to nginx server
3
2. Decrypt the .key file
5
openssl rsa -in encrypted.key -out decrypted.key