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
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 114
Updated by Neil Hanlon over 7 years ago
- Pull request https://github.com/theforeman/kafo/pull/216 added
Updated by Neil Hanlon over 7 years ago
- Pull request https://github.com/Katello/puppet-certs/pull/161 added
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Status changed from New to Rejected
Actions