Skip to content
Jeremy Simkins
DevOps / SysOps / Systems Admin / Consulting
  • Home
  • Thoughts
  • Home
  • Thoughts

Tag Archives: SSL

You are here:
  1. Home
  2. Entries tagged with "SSL"

AWS CLI – How to fix: Errno 2 No such file or directory

AWS, LinuxBy jpSimkinsSeptember 8, 2018Leave a comment

Recently, there have been a lot of issues with getting AWS CLI to work properly with S3. The common response given was Errno 2 No such file or directory For sanity sake, the version is: CLI version: aws-cli/1.15.83 Python/2.7.14 Linux/4.14.67-66.56.amzn1.x86_64 botocore/1.10.82 Running debug: aws s3 ls –debug we are able to identify the culprit: SSLError: [Errno 2] No…

Install LetsEncrypt on Amazon AMI or CentOS

LinuxBy jpSimkinsAugust 1, 2018Leave a comment

Adding a GitHubGist I posted today. This can be used to setup Let’s Encrypt on an Amazon AMI or a CentOS/RedHat environment.   Below is install script, Apache config settings, and the crontab to autoupdate and renew. View the code on Gist.

  • Home
  • Thoughts
Main
Go to Top