On 14/05/2022 09:58, Adrian Reber wrote:
On Sat, May 14, 2022 at 09:44:39AM +0100, Barry Scott wrote:
On 14/05/2022 09:39, Barry Scott wrote:
$ dnf install xorg-x11-drv-nvidia-cuda
Last metadata expiration check: 0:36:50 ago on Sat 14 May 2022 09:00:17
BST.
Dependencies resolved.
==================================================================================================================

Package                               Architecture   Version
                     Repository                 Size
==================================================================================================================

Installing:
xorg-x11-drv-nvidia-cuda  x86_64         3:510.68.02-1.fc36
          rpmfusion-nonfree         1.8 M
Installing dependencies:
nvidia-persistenced  x86_64         3:510.68.02-1.fc36
          rpmfusion-nonfree          35 k
opencl-filesystem  noarch         1.0-15.fc36                 fedora
                    7.4 k
xorg-x11-drv-nvidia-cuda-libs  i686           3:510.68.02-1.fc36
          rpmfusion-nonfree          27 M

Transaction Summary
==================================================================================================================

Install  4 Packages

Total download size: 29 M
Installed size: 117 M
Is this ok [y/N]: y
Downloading Packages:
                                          [                  ===
                ] ---  B/s |   0  B     --:-- ETA
The downloaded packages were saved in cache until the next successful
transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
  Curl error (60): SSL peer certificate or SSH remote key was not OK for
https://mirrors.rpmfusion.org/metalink?re
po=nonfree-fedora-36&arch=x86_64 [SSL certificate problem: certificate
has expired]


Barry

It uses a Let's Encrypt cert:

Validity Not After Sat, 14 May 2022 08:35:06 GMT

Can someone run the update job for the cert please?
Fixed. Thanks for the reminder.

I use a systemd timer + service to do this automatically.

$ cat letsencrypt-renew.timer
[Unit]
Description=Let's Encrypt renew timer

[Timer]
OnBootSec=300
OnUnitActiveSec=1w

$ cat letsencrypt-renew.service
[Unit]
Description=Let's Encrypt Renewal

[Service]
ExecStart=/usr/bin/certbot renew --post-hook "/usr/bin/systemctl --no-block restart httpd"

Barry




                Adrian
_______________________________________________
rpmfusion-developers mailing list --rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email torpmfusion-developers-le...@lists.rpmfusion.org
_______________________________________________
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

Reply via email to