Skip to content

Commit

Permalink
Create mutiple_cert_import
Browse files Browse the repository at this point in the history
  • Loading branch information
mqnoy authored Jul 10, 2018
1 parent 8946fee commit 43f7ac1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions mutiple_cert_import
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# . `:
# s `h`
# s+ +y`
# .m+ /h+.
# +++ /++` .hh:`-++/- /++++++++++++++++ :++++/ +++++.
# :mym- `ydmy :shs/:. `mmmmmmmmmmmmmmmms dmmmm+ :mmmmm`
# yd.mo -ds/m: `.`` ```` ommmmmmmmmmmmmmmm./mmmmm` hmmmms
# -m+ yd` /m+ hh :d/ .do .+ho./d-+yhh+`/yhsosyds.````````````````` `````` -mmmmm-`+dmmmms-
# sm` /m: sd- :m/ yd` om. :yy/` hds: :dy. `ym- `yyyyys -yyyys` smmmmh+dmmmdo.
# .ms `ms .hh. hd -mo `my.+dy. :ms -ms -mo +mmmmmo smmmmy `mmmmmmmmmd/`
# om. sm` -ds -m+ sm` +mdy:yd. ym` ym` /m/ dmmmmm` `mmmmm: +mmmmmmmmmm/
#`my -m/ +m/ ym` .ms dh. `yd. .mo ym` .dh :mmmmms ommmmd dmmmmhommmmm-
#+m: dhsd- -ms om- /m/ `yd- sm. :ms` `/ds` hmmmmm- dmmmm+ /mmmmm` smmmmm.
#yy +hs` +h. ys sy` sy.yo .ohhyyyyo. .hhhhhs -hhhhh` shhhh+ yhhhhy`
# -scripting
#
:local files [/file find where name~"certslist/"];
:foreach file in=$files do={
:set $fileName [/file get $file name];
:log info $fileName
:certificate import file-name=$fileName passphrase=no
}

0 comments on commit 43f7ac1

Please sign in to comment.