• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

list

AWS CLI List ACM Certificates

August 8, 2019

If you’ve imported or created a SSL certificate via AWS Certificate Manager, here’s the CLI to display a list of certificates.

aws acm list-certificates

aws acm list-certificates

Once you have the arn, you can describe certificate. Get the arn from the output above.

aws acm describe-certificate --certificate-arn arn-xxxxxxxxxxxxxxxxxx

aws acm describe-certificate --certificate-arn arn-xxxxxxxxxxxxxxxxxx

Filed Under: Cloud Tagged With: acm, aws, certificate, cli, list, manager

Apps to Install on Linux Mint

January 23, 2019

I recently started using Linux Mint again. Although it contains many excellent apps, there are a few things that are missing. So, here’s a list of programs that I have installed ✅ or will be installing on Linux Mint in the near future.

  • ✅ sublime text 3
  • ✅ lastpass
  • ✅ discord
  • ✅ aws cli
  • ✅ ffmpeg
  • ✅ handbrake
  • ✅ git
  • ✅ vim
  • ✅ emacs
  • ✅ tor
  • ✅ slack
  • ✅ docker
  • virtualbox

Filed Under: Linux Tagged With: apps, install, list, mint

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Home
  • About
  • Archives

Copyright © 2023