Ubuntu 16.04 & Nginx & SSL + Jenkins Ubuntu Initial setup Connect and upgrade

Increase SSL session time

Apply below, if exist, change value, if not exist, add the line.

Create a New User, avoid using root all the time

Give new user Root privileges

Switch to the new user, install public key

Copy the public key content […]

Prerequisite:Make sure you already config AWS CodeDeploy for your desired AWS EC2 server. Check this blog if you want to set it up. Steps: Install Jenkins Plugins: Amazon Web Services SDK , AWS CodeDeploy Plugin for Jenkins , Bitbucket Plugin Generate key, if you don’t have one already: $ ssh-keygen -o -a 100 -t ed25519 […]