How to renew SSL certificate on Ubuntu 16, I am using tomcat 8

Assuming certbot is in the path then

certbot certonly --standalone -d pleurx-demo.verisign.tech

if not then you might need to go to the directory where you installed certbot and use

./certbot certonly --standalone -d pleurx-demo.verisign.tech