diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 15:26:55 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 15:26:55 (EDT) |
commit | 9512545330a85ac41cf1b71c39ae0b27103d498c (patch) | |
tree | b514bac2989dd38170568edbaf280f51b3a2a6bc /src/profile | |
parent | bd88a07a34531c646dd4299614f5905b9f6e041f (diff) |
profile_get_cert_path(), profile_get_root_key(): New functions
Diffstat (limited to 'src/profile')
-rw-r--r-- | src/profile/proteanos.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 67756b8..9f7b620 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -158,6 +158,20 @@ prof_proteanos_feeds() done } +prof_proteanos_get_cert_path() +{ + printf 'archive.cert' + return 0 +} + +prof_proteanos_get_root_key() +{ + cat <<-EOF + untrusted comment: ProteanOS archive root key + RWSG2r6ZwINj8pcScRd4nc9HVZ9zjP5oajMPfTm+dIk67btIsCZaf3SN + EOF +} + prof_proteanos_dep_fields() { printf 'Depends Pre-Depends' |