Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add primary_key node to the mirror tag #104

Open
mischelebuha opened this issue Jun 30, 2017 · 2 comments · May be fixed by #367
Open

Add primary_key node to the mirror tag #104

mischelebuha opened this issue Jun 30, 2017 · 2 comments · May be fixed by #367
Milestone

Comments

@mischelebuha
Copy link

A key tag should be added to the mirror tag in the initvm and project section.

If a local Debian repository is used, which is either not complete or is simply self-signed, the transfer of a key must be possible.

In the url list this was also implemented.

<mirror>
    <primary_host>localhost123</primary_host>
    <primary_path>debian</primary_path>
    <primary_proto>http</primary_proto>
    <pirmary_key>http://localhost123/my.pub</primary_key>
    <url-list>
        <url>
            <binary>http://localhost123/debian jessie main</binary>
            <source>http://localhost123/debian jessie main</source>
            <key>http://localhost123/my.pub</key>
        </url>
    </url-list>
</mirror>
@manut manut added this to the elbe3 milestone Jul 3, 2017
@torbenh3
Copy link
Contributor

torbenh3 commented Jul 4, 2019

when a primary_key is specified, we should also refrain from validating against the default debian keys.
hope that debootstrap allows to configure the key somehow.

@kempfsn
Copy link

kempfsn commented Mar 5, 2023

raw-key does not solve this, see #365.

@bgermann bgermann reopened this Mar 5, 2023
@bgermann bgermann changed the title add key section to the mirror tag Add primary_key node to the mirror tag Mar 6, 2023
@kempfsn kempfsn linked a pull request Mar 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants