Actions
Bug #19578
closedcan't use ~ in file path name for foreman-proxy-certs-generate
Difficulty:
Triaged:
Yes
Description
latest dev/master
[root@steak ~]# foreman-proxy-certs-generate --foreman-proxy-fqdn "steak-proxy-two.example.com" --certs-tar "~/steak-proxy-two-certs.tar" Parameter certs-tar invalid: ~/steak-proxy-two-certs.tar is not one of regexes matching /^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/ or regexes matcError during configuration, exiting
I had to change to /root/steak-proxy-two-certs.tar and then the command worked
Actions