mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Ensure _scrub_checklist_input honors indices order (#9943)
This fixes a bug where, when a user requests a cert interactively, the CSR's SANs are not listed in the order that the user has in mind. This is because, during the input validation, the _scrub_checklist_input method does not produce a list of tags (which represents the domain names the user has requested a cert for) in the order of in the given indices. As a result, the CN of the resulting cert, as well as the directory name used to store the certs, may not always be what the user has expected, which should be the first item chosen from the interactive prompt.
This commit is contained in:
@@ -166,6 +166,7 @@ Authors
|
||||
* [Luca Ebach](https://github.com/lucebac)
|
||||
* [Luca Olivetti](https://github.com/olivluca)
|
||||
* [Luke Rogers](https://github.com/lukeroge)
|
||||
* [Lukhnos Liu](https://github.com/lukhnos)
|
||||
* [Maarten](https://github.com/mrtndwrd)
|
||||
* [Mads Jensen](https://github.com/atombrella)
|
||||
* [Maikel Martens](https://github.com/krukas)
|
||||
|
||||
Reference in New Issue
Block a user