Displaying 3 results from an estimated 3 matches for "sslo".
Did you mean:
ssl
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
> what about importing the key beforehand
> rpm --import keyfile
That's what I do. But when I try to install a package from that
(passenger) repository manually, yum wants my confirmation:
# curl --fail -sSLo /etc/yum.repos.d/passenger.repo
https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
# grep gpgkey /etc/yum.repos.d/passenger.repo
gpgkey=https://packagecloud.io/gpg.key
gpgkey=https://packagecloud.io/gpg.key
# rpm --import 'https://packagecloud.io/gpg.key'
# yum...
2017 Mar 12
2
How do I confirm importing repo key without user intervention?
Hi,
Sorry for asking it again. I just thought I asked the question the
wrong way. Too much unnecessary details. And therefore, got no
replies.
I'm configuring a server from, say, a script (automatically). I need
it to be done without user saying, "Yes, it's okay to import the key."
I was told to run the following command:
yum makecache -y --disablerepo=*
2017 Mar 12
0
How do I confirm importing repo key without user intervention?
Am 12.03.2017 um 18:30 schrieb Yuri Kanivetsky:
>> what about importing the key beforehand
>
>> rpm --import keyfile
>
> That's what I do. But when I try to install a package from that
> (passenger) repository manually, yum wants my confirmation:
>
> # curl --fail -sSLo /etc/yum.repos.d/passenger.repo
> https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
>
> # grep gpgkey /etc/yum.repos.d/passenger.repo
> gpgkey=https://packagecloud.io/gpg.key
> gpgkey=https://packagecloud.io/gpg.key
>
>
> # rpm --import 'https:/...