Skip to content

Commit

Permalink
Update mutiple_cert_import.rsc
Browse files Browse the repository at this point in the history
  • Loading branch information
mqnoy authored Aug 14, 2018
1 parent b2af61e commit 6d4c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutiple_cert_import.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#--------------------------------
:local files [/file find where name~"certslist/"];
:foreach file in=$files do={
:set $fileName [/file get $file name];
:set fileName [/file get $file name];
:log info $fileName
:certificate import file-name=$fileName passphrase=no
}

0 comments on commit 6d4c99f

Please sign in to comment.