Monday, September 20, 2021

Re: need help integrating SSL with react/django web app

On Tue, Sep 21, 2021 at 2:11 AM hey there <c.sayan2016@gmail.com> wrote:
1. oracle autonomous linux's epl dont have certbot

pip install certbot
You already have pip installed if you're running Django. This takes all of 10-15 seconds...

and
2.  I mostly like Cloudflare than certbot because Cloudflare has some own methods to maintain ssl certificate

In your crontab:

30 03 01 * * /path/to/certbot renew

Change time and/or date as appropriate - zero cost, fully automated SSL certificate updates. Certbot is pretty cool when it comes to detecting certs that require updating.

Not too difficult, right?

Regards, David

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE5VhgUUtrW%2BdduS8aDURT-7odWcGk768QPtPfnLhQ9N%3D704WQ%40mail.gmail.com.

No comments:

Post a Comment