acme-tiny-4.0.4-1.el7>t  DH`p[pj/5,dAk-IwiI*G'L&ߣ'F_"p駒skHY;qP_xZAǍ1/YRcjJpB6:|d(~^ E`7߹xgiTIz 7Q`gN3ٿO&AD.JY_I5Ӡ +WwKzfNh-t_03;QmH _PYXjB<}bP\ȔҌ8 A)Fd6nح(87M ]ApV*Чϭsmw9d`2ߺ5L*xڳo[h'-Y&<0Ϲ?`Rm=xܴ۹HB3{!Ӡup\=-BNxV;KiqTBy$(F)oMRۇ*| ~SS]K'_)t8H؉>T'ƿXfvUS[Xh/(MCqgZ=>B=?-d   Y %wj4|        T   P p    ( 38 <9 :L=>?@GH,ItXY\]^ bdLeQfTlVtpuvwhxyCacme-tiny4.0.41.el7Tiny auditable script to issue, renew Let's Encrypt certificatesThis is a tiny, auditable script that you can throw on your server to issue and renew Let's Encrypt certificates. Since it has to be run on your server and have access to your private Let's Encrypt account key, I tried to make it as tiny as possible (currently less than 200 lines). The only prerequisites are python and openssl. Well, that and a web server - but then you only need this with a web server. This package adds a simple directory layout and timer service that runs acme_tiny on installed CSRs as the acme user for privilege separation.[buildvm-23.phx2.fedoraproject.org2Fedora ProjectFedora ProjectMITFedora ProjectApplications/Internethttps://github.com/diafygi/acme-tinylinuxnoarchgetent group acme > /dev/null || groupadd -r acme getent passwd acme > /dev/null || /usr/sbin/useradd -g acme \ -c "Tiny Auditable ACME Client" \ -r -d /var/lib/acme -s /sbin/nologin acme exit 0 if [ $1 -eq 1 ] ; then # Initial installation systemctl preset acme-tiny.service acme-tiny.timer >/dev/null 2>&1 || : fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable acme-tiny.service acme-tiny.timer > /dev/null 2>&1 || : systemctl stop acme-tiny.service acme-tiny.timer > /dev/null 2>&1 || : fi systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart acme-tiny.service acme-tiny.timer >/dev/null 2>&1 || : fi  :oAA큤A큤AAA큤AA[[r[r[[[[[[[r[Zx[[[[[[c3c5258cedaf186a554ef3e5ddbdc3d07cac6ac1faa82591c306ba5b9ea702dccce67d3d77cb19b4fca1f24a37b169d6c6b9f50daabf2d9224a097cb111ff3ce8728d05b6fc551a4f67c7148d43f5caf157b0e5323e2cf5311e625f0c4d07f9be0a38975357b02bb16537ea157c2fd7c0bacfcecf6647a469a86576cee46faeb98769e0a7881c0008a2b068329b542f9a84df93ecabf651e1a271055500e078ff733119955a3c778bacf4e2eefc1c675949a97a0d8e6cf359aa4c2be2181c0737791aec36cab117b40822ae0394b497808c3676cde7f500452e944857365f1f8e446c5e9dbef9d09ac9f7027c034602492437a05ff6c40011d7235fca639c79aacme_tiny/usr/libexec/acme-tiny/signrootrootrootrootrootrootrootrootrootrootrootrootacmeacmeacmeacmeacmeacmerootrootrootrootrootrootrootrootrootrootrootrootacmeacmeacmeacmeacmeacmeacme-tiny-4.0.4-1.el7.src.rpmacme-tinyconfig(acme-tiny) @@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/pythonacme-tiny-coreconfig(acme-tiny)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)shadow-utilssystemdsystemdsystemdrpmlib(PayloadIsXz)4.0.4-1.el74.0.4-1.el73.0.4-14.6.0-14.0-15.2-14.11.3[@Zz@ZfYx@Y^&@X@XWW@W@WWF@WWhWhW@WWt@Stuart D. Gathman 4.0.4-1Fedora Release Engineering - 0.2-4.20170516gitaf025f5Stuart D. Gathman 0.2-3.20170616gitaf025f5Fedora Release Engineering - 0.2-2.20170516gitaf025f5Stuart D. Gathman 0.2-1.20170616gitaf025f5Fedora Release Engineering - 0.1-12.20160810git5a7b4e7Miro Hrončok - 0.1-11.20160810git5a7b4e7Stuart D. Gathman 0.1-10.20160810git5a7b4e7Stuart D. Gathman 0.1-9.20160810git5a7b4e7Stuart D. Gathman 0.1-8Stuart D. Gathman 0.1-7Stuart D. Gathman 0.1-6Stuart D. Gathman 0.1-5Stuart D. Gathman 0.1-4Stuart D. Gathman 0.1-3Stuart D. Gathman 0.1-2Stuart D. Gathman 0.1-1- Official upstream release! - Move acme_tiny.py to acme-tiny-core subpackage- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild- BZ#1507333 EL6 missing python-argparse dependency - BZ#1515781 Agreement updated. - BZ#1409345 Unwritable certs silently skipped- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- BZ#1468045 Update to new upstream version - BZ#1409686 Message.getallmatchingheaders() is broken in python3.- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Rebuild for Python 3.6- Fix cert writable check in sign script - More tips in README-fedora.md- Use %{systemd_requires} - Remove unneeded cronie, python dependencies - Add acme-tiny.timer to systemd scriptlets - Add README-fedora.md - acme_tiny: Fix --chain patch for python2.6 (el6) - acme_tiny: Suppress traceback on error- Add use_systemd flag to use systemd timer and enable on Fedora and epel7 - Enable use_python3 flag for Fedora (but not epel7).- sign: Actually use the new --chain flag - cron: Make days to expiration explicit - spec: Set file modes with install - acme.conf: mark as config- Python3 fixes for cert-check - acme-tiny: Update patch to leave default behavior unchanged - make /var/lib/acme readable by all except private- sign: Use tmp output to avoid wiping existing cert on error - acme_tiny: get intermediate cert from acme protocol- Fix path of acme_tiny and make days explicit in sign script - Add crontab- Add global acme httpd conf - Append intermediate certs, add current lets-encrypt intermediate cert- add private, csr, certs directories - add sign script suitable for cron- Initial RPM/bin/sh/bin/sh/bin/sh/bin/sh 4.0.4-1.el74.0.4-1.el7 acme.confacme-tiny.serviceacme-tiny.timeracme-tinysignacme-tinyacme-tiny-signcert-checkacme-tiny-4.0.4README-fedora.mdacme-tiny-4.0.4LICENSEacmecertscsrlets-encrypt-x3-cross-signed.pemprivatechallenges/etc/httpd/conf.d//usr/lib/systemd/system//usr/libexec//usr/libexec/acme-tiny//usr/sbin//usr/share/doc//usr/share/doc/acme-tiny-4.0.4//usr/share/licenses//usr/share/licenses/acme-tiny-4.0.4//var/lib//var/lib/acme//var/www/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2noarch-redhat-linux-gnuASCII textdirectoryPOSIX shell script, ASCII text executablePython script, ASCII text executableRRhttps://bugz.fedoraproject.org/acme-tiny?7zXZ !#,=] b2u Q{KL18NTC6߉>́CTe+!㲧l#+uU.^ Pn&Ky"Қy{y廝^fD7t=  'Wqqr+Wn8&1Xnh ߺ8[bƣϧ[ aniѮռ-$^vLn4stJH3Q%2=[+ԯ>3~3 *!E=Lc;4X\-*d?qc#JqmmS0~[H6hY. D&7%<ӱA}?|co/RbıbӅ( r f/?|OSmSs|1ıX%, w!E$8tkfn ⏧DmZ(6z R0t_rԇ+?W { BK}^o;e=j ͉MTt~_KIw#e m({7@hǯ+G>!noQgh/Y<BฃF7M1^[Vų 퓈.K ؋XXLӣJ!B7B˺@xm, -+ ?N(-/x0.QYd8uU3llwjL| iiPL!a.q Q&PƽY3%Ц~0kdF?#~ l!!ocL lKxڴQ`:}>lIg\ܠo{f" ;o̟w'+5 XhA4qMHa7ˉ<2у{3ǞC bØGbMQ>a=E:fSt(ęTH-rSk&=1}G3Mx# :LWf~3XGA7,7K8mh'i g(%d)}he9R(̑f;7gjSh.q 2x[wZs58=zɄc9sa4gYqd'^nLyH26胺QyB2{|z}'sSM"6joPR.; MNž5%\j*a- ~|ӮeOU  $ˈWob7nU(JJ#ؙAq5I 2GYcvg_w Ӧ[;1i(l#+dfulȮBe9={x)";Y6շd3ûE>l yC.\9;mKJVzk*}uF972c!vLe((#I6w̓dF0R( mNB75b&Rr $$1ubJw Jݪ$o&39=l)$M9R1$b?6G/fup+3?[QzcnR?"ޗIE ZRYהּlNXYFuɀT0N+M-Se]e ښ*/#Y?u53 Tu IRxFY?4Xe UB+l6@xCB!AS߄:Km 729ߤTߕu9,Y r=C3dQϓT~ID1MTN;2L'E,0EVO9C3Po&M]0e75+9)XO@b2^x/RVzOHfLFn.(P7q_0TcDqR5c3AݒTɆ&s'@f/ ?d`!Xtۘk4:թv]:%F7S Y( Lx S^d?K+jC(>%?HH %T}-Sv7Oku2DVkFVx_#q2ʿ'oV &j5057g,D.͐  fA-bk珀Q/m;Q"o);}M`:aE8jUn$Kq󦽊dᔖ7E[1Ygj?&X 8KD@NVӳ?Á !2nzLCԨL{ _jE}s+P+?-ʋ3MG߼o\]fQ C”')@]Ϧ^)Gh{TuU p y76T% mij_nE"|q9,_IuVORhaZB`HwOv z iX{a G;1e$>([`"r:JmmQ <lFRg_pΐH<u-?SrȮ\B"tç8[a509;תAhUϥ+DAvZ{s994˼o_7ByN.<>zQ^SF}o?J2TAM'T9zQ Uj* Xn.KA80O:}f̪Y]O`xEzf%sSV?4*EcM n7s3SJ8'c ."OKG] K3W 3+Umn1CpPIgofB[l\ߑu;JDnv64 \4(yU-y\~Z)ٖ?!L1>qRym]Ԏ<5D~8}8 lt tTWC*,/ӭ u*ãB\}[V%FfL'WSԫcm \HG@!Wl˧ش |h`Cm\Fƀ9ݚUA '}4C՟ f9.^]\'a%6UX$'Ω^ʎ{zIV)2  OA8^9쀯6#Knz># *y`tA;)/1^$kW|*hi@:FYm .E6};&]c1~U@~\X1C,ƪ>Ԗ+EwӺ.܀`cypQ( :MsuK< b*ᐲj}+3B* =v0yfpKEG &TS<8e n,9sĆD=RT#1`/dÛ:s+IY頽C\D-BR9u; "=aGY @nzI0spB4kym^aC\Hxf"xC`1rpi]SpXXm J3?Cgԫ_pՎw\6Ҳa‹ M>DE޶ hMjL/%=gtU쵼|u;THK")mbܘZ14QjXr3>w4Q*Vutg>gV'[ o@yBmDfrŢMsnzw&dCCBƟQCJglp;r%'ioQkBcuM_E)kc)F;-zL-hm|y0#1D=&- ȸZҮwlc$}R0nA@ ]qc K;a?ybԎH0W}l~ be]Ko/t>` ݜAb7 kBT"( aI,P* "֐Ȓ&>yk:6 s <*.9Eǎvi5 .З] ?(95EYЁr?y+y, ȢF&,nD&hm\`Rg<e^ٶJL ]ӼVOƿn.Nk7(̊O^lr[!cV|"JqzUk]zRyrha(Ӟ̄C}vn B/-lر](仃1(c9dW +Ϊw{xYYE

c˧cF+(ST⎐Kcٕ Oza=XQ L1ad]N]&KdȄ&g #ow>A Z@\@Sۧ9F4G3C[8P:̐x߇цoQBS{t=0j?R=Bo| _B4iYWJ(Mz>}}Kku./.7E>zcJ) d1*Ҏ^Vlkd1 e1`rBQ-7Ua(߄CdIBWbdo/]xOr~Cا92SrNoږC#plqJS)M,;zz<7mAΐK?QQ]/iEmp:fŖ#7Z{ugPA\HIϦ2]KN5ʅfB #gokkjYp4Y_Ts,Lzr"cׄJTS$W84zQCjZ3dM%*yXZxJRZ*9w.J\ŜIebO +1֢5V2lw+2 cɲ5_tm,AΤ[D :'ORH{^o>D2z<,oY_ s]ӳ{TJf"Ju]ƒCV߳ r3ț3LaobZƽ!UBuiO b=寔> @ ҬVe|\S =l*q~FUisWjaCɗ!=5{| YZ