mirror of
https://github.com/pcvolkmer/cert-tools.git
synced 2025-09-13 11:12:52 +00:00
fix: argument position
This commit is contained in:
@@ -273,7 +273,7 @@ impl Ui {
|
|||||||
None => {}
|
None => {}
|
||||||
Some(ref chain) => match file {
|
Some(ref chain) => match file {
|
||||||
Ok(file) => {
|
Ok(file) => {
|
||||||
match save_p12_file(&file, chain.certs(), &self.password_1, private_key)
|
match save_p12_file(&file, &self.password_1, chain.certs(), private_key)
|
||||||
{
|
{
|
||||||
Ok(_) => {}
|
Ok(_) => {}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
Reference in New Issue
Block a user