Category: Server

Server

Letsencrypt renewal

When we get a certificate from letsencrypt, it has to be renewed periodically. The question is when do you run the renew? It is simple ( this is an command for that ) The command gives you the time period for the expiry and from when we can renew the cert. Then we can set […]

CONTINUE READING
Server

Setting up machine for EKS

1) Install aws. Make sure aws >= 1.16; After installing make sure that aws is in the path pip3 install awscli –upgrade –user 2) Get the devops user credentials Make sure you have set up login (ie added the user in system:masters group in aws-auth configmap). This the one of the first thing we will […]

CONTINUE READING
No comments