wookayin / dotfiles

:house: Personal dotfiles for *NIX systems
https://dotfiles.wook.kr/
MIT License
361 stars 105 forks source link

SSL certificate issue #54

Closed lajanugen closed 10 months ago

lajanugen commented 10 months ago

Hi Jongwook! It seems like the SSL certificate has expired. I get the following message when I try installation: curl: (60) SSL certificate problem: certificate has expired

Thanks for the awesome work, I'd be lost without dotfiles!

wookayin commented 10 months ago

Thanks for notifying me of this, and I'm sorry for the inconvenience! Somehow my script for auto-renewing SSL certificates failed :/ ... I've updated the SSL certificate.

For the record: One can use curl -k (or curl --insecure) to workaround the problem:

curl --insecure -fsSL https://dotfiles.wook.kr/etc/install | bash

I guess this is the only place where *.wook.kr is accessed in my config, right? :-)

lajanugen commented 10 months ago

Thank you for the quick fix, Jongwook!

I ran the installation again and there were no issues, so I assume this is the only place where the site is accessed :)