Bug #19578
can'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
History
#1
Updated by John Mitsch about 5 years ago
- Category set to Installer
#2
Updated by John Mitsch about 5 years ago
- Description updated (diff)
#3
Updated by Justin Sherrill about 5 years ago
- Legacy Backlogs Release (now unused) set to 114
#4
Updated by Neil Hanlon almost 5 years ago
- Pull request https://github.com/theforeman/kafo/pull/216 added
#5
Updated by Neil Hanlon almost 5 years ago
- Pull request https://github.com/Katello/puppet-certs/pull/161 added