ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 13 forks source link

Add fix to admin refresh cert script #923

Closed JoshuaSBrown closed 8 months ago

JoshuaSBrown commented 8 months ago

Description

The admin certificate refresh script is meant to be run non-interactively, but the lego client requires the --accept-tos flag to run non-interactively and this was causing the script to hang. This pr addresses that issue.

Tasks