From 1be35932ca7c79960714d910918deeaab7491f8f Mon Sep 17 00:00:00 2001 From: Maarten Litmaath <Maarten.Litmaath@cern.ch> Date: Fri, 6 Jan 2023 16:45:20 +0100 Subject: [PATCH] Formatting fix attempt #2. --- docs/site/vobox_proxy.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/site/vobox_proxy.md b/docs/site/vobox_proxy.md index 16e2a70..fd3fbe9 100644 --- a/docs/site/vobox_proxy.md +++ b/docs/site/vobox_proxy.md @@ -150,9 +150,7 @@ There's a couple more options to vobox-proxy other that can be useful: | ```--myproxy-safe 864000``` | Tells the PRS to warn you 10 days before the long-lived proxy stored on the server expires.<br> If you get such a message, you are supposed to generate a fresh one by [```myproxy-init```](#the-myproxy). | | ```--email your-address``` | The email address for the alert messages.<br>Please note that site firewall rules in most cases will prevent mail messages from the VO-Box to be sent. | -Upon such registration, in ```/var/lib/vobox/alice/proxy_repository``` a delegated proxy will be put with a file name that matches the DN of the user.<br><br> -This proxy is periodically renewed by the PRS, each time obtaining a fresh proxy with the requested duration, by default 12h. -This being too short for most of ALICE jobs, please use the ```-t 48``` arguments of the ```vobox-proxy register``` command, to allow the PRS to handle all renewals. +Upon such registration, in ```/var/lib/vobox/alice/proxy_repository``` a delegated proxy will be put with a file name that matches the DN of the user. This proxy is periodically renewed by the PRS, each time obtaining a fresh proxy with the requested duration, by default 12h. This being too short for most of ALICE jobs, please use the ```-t 48``` arguments of the ```vobox-proxy register``` command, to allow the PRS to handle all renewals. The PRS database can be queried with the following command (see ```vobox-proxy --help``` for more options): -- GitLab