Created
June 5, 2015 22:21
-
-
Save markllama/9e722ce677a01d798e67 to your computer and use it in GitHub Desktop.
Rocket - Add a trust certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rkt trust --prefix coreos.com/etcd | |
Prefix: "coreos.com/etcd" | |
Key: "https://coreos.com/dist/pubkeys/aci-pubkeys.gpg" | |
GPG key fingerprint is: 8B86 DE38 890D DB72 9186 7B02 5210 BD88 8818 2190 | |
CoreOS ACI Builder <[email protected]> | |
Are you sure you want to trust this key (yes/no)? | |
yes | |
Trusting "https://coreos.com/dist/pubkeys/aci-pubkeys.gpg" for prefix "coreos.com/etcd". | |
Added key for prefix "coreos.com/etcd" at "/etc/rkt/trustedkeys/prefix.d/coreos.com/etcd/8b86de38890ddb7291867b025210bd8888182190" | |
sudo rkt trust --root https://raw.githubusercontent.com/markllama/Fedora-rktfiles/master/rocket_sign_pub.asc | |
[sudo] password for mark: | |
Prefix: "" | |
Key: "https://raw.githubusercontent.com/markllama/Fedora-rktfiles/master/rocket_sign_pub.asc" | |
GPG key fingerprint is: 0A64 3BFA BD89 3E07 C04E 81B3 D1A2 31D6 FE2B 3138 | |
Subkey fingerprint: 4C71 B179 415B 5025 9AFA BC36 8DB2 62A6 BD48 16BD | |
Mark Lamourine (Rocket Images) <[email protected]> | |
Are you sure you want to trust this key (yes/no)? | |
yes | |
Trusting "https://raw.githubusercontent.com/markllama/Fedora-rktfiles/master/rocket_sign_pub.asc" for prefix "". | |
Added root key at "/etc/rkt/trustedkeys/root.d/0a643bfabd893e07c04e81b3d1a231d6fe2b3138" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment