This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hey, I'm sooneraydin-108365731 and I have contributed to the Semaphore Binary Merkle Root Fix MPC Phase2 Trusted Setup ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (semaphore-1) | |
| Contributor # 404 | |
| Contribution Hash: ae723a5e 10f152ab 8421ce0a 36e2938d | |
| d400f73f 0b7b9189 8d1f3867 9e4b9c77 | |
| 7e8f777f 721d5f35 4d161c13 43b2fa43 | |
| b5be0579 9c992916 c18a61a5 f4770350 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This script sets up a systemd service and timer to automatically renew SSL certificates using Certbot. | |
| # The service runs the Certbot renew command, and the timer schedules this service to run daily. | |
| # This ensures that SSL certificates are kept up-to-date without manual intervention. | |
| # create service | |
| cat <<EOF > /etc/systemd/system/certbot-renew.service | |
| [Unit] | |
| Description=Certbot Renewal | |
| [Service] |