Recursive mode breaks correspondence between socket and path
It looks like there is a keyerror and I am guessing there is a dictionary that holds
e.g. path is: /etc/ssl/private/
and --recursive
is specified, now stapled finds /etc/ssl/private/www.encriptemos.es
and is trying the dictionary for the /etc/ssl/private/www.encriptemos.es
key but should search for /etc/ssl/private/
instead.