acme-tiny-5.0.1-10.fc42 >t 6 6_     T3!XPȬI^Dgp ȬI^Dz]5i3j~q+5`/E>;Y&k3arv3?66a<bpMU(^0Vyd Sȑ֯j9 7Ons`<<[:}ijo,\)gEICQTB}pJf6O:~$L9Yg٪ a"֞=k+Rqys}cghbEg725R)\g8D;'KtE?lwKR{gqʠ|.@ J5]_l~lp IT8MoݷmkX^)'e5Fd8e04772d14be91b011cc4d082faab106d4032b817bc562b38728e882c56a8dacdcf620122a9fe49f74df979a657318bd8a9739103020462f02aa40047304502201a3382fdaa289ef67801a8c7c557047994d59763384b5c6f36ce4cb80d7895580221008ee74847106b08f77c0e9934a7eb0679d79a29a7e0226da9eef75e59c0f6a13a03020462f02aa400483046022100e3b5e9bd7520bba0319177bd7c1fd2a4859f2db65950f65aa70682300cd210c702210097cc42aaf42100d62c25b0ae6ef32e2547148c14d9a88e6ce52c605aa775bba903020462f02aa400473045022100c3935c7cde28c4e0e2dc5eb50012452bba4927855e6f8cd084c8db79b470d0df0220398ae653eec9d55e188382bb0a38fff0b6163cee06999ce5dea8f70473a344b803020462f02aa400483046022100938285cd269f251568b45d5e0097dc5fee12d6010d97be4ca6ebfd4621d4b470022100e0b49687fa57f668912844722d66b3024a6ecde90e0e7ba8b8d972e4c7f1f3dd03020462f02aa4004730450221008fef84ce5df83c0fe943c0980309e85c7f3a9fee93bae89284bde6583fa245ef0220777f612b95ecdca76e7228bfda2ce4ae8b82d65a0a1863912f09e9cd91b197a003020462f02aa400483046022100e8d6aad3bd535667cad14cfe7abfb0c313a36f1613c5d8a1915329d25cae0f19022100b46f8bfee54917117fe26034b94fc492cef627eda167759f7f95cc9147f462f703020462f02aa400483046022100e63401ab7a4d3851b904ea4696b6ab528767f302afaf05525b8a7bd1dfb76a7b022100b99cdeaf62f039f4e222ef01c276675c6cbf6e6ab9f0632d01072309ff5357fe03020462f02aa400473045022046e102da999a4034ccb2709bab1a9deb42d40ba5ef7197c8e0d3b495a0929690022100d51e6bd90672376b6249850a77f714bc1d52a1d870451b3f4d24bbdbd622710a03020462f02aa400483046022100a9c079f847e8ea270782cb17846b0847f0b2942c5a2b2b3e462e744435272705022100baffc328c926a615d26fe01a35fb5242aae26c6578715a66fe06b4f6339c912c03020462f02aa4004830460221008dec933e6931210c6ca7c57f7c2ae1d7626fd90b7c241e579f9f1cf488eb6499022100c7df0f726fc323bc73af11762f0d8dadd843af968037bc5470683ce269421189Q8\cN !Ep>`O?d   [ #( X       <  , L   )(p8x9:F=>?@GHxIXY\]t^qbtdcehfmlptuvHwx@y ,@DPVCacme-tiny5.0.110.fc42Tiny 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.g0buildvm-x86-21.iad2.fedoraproject.org7Fedora ProjectFedora ProjectMITFedora ProjectUnspecifiedhttps://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 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then # Initial installation /usr/lib/systemd/systemd-update-helper install-system-units acme-tiny.service acme-tiny-notice.service acme-tiny.timer || : fi if [ $1 -eq 0 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then # Package removal, not upgrade /usr/lib/systemd/systemd-update-helper remove-system-units acme-tiny.service acme-tiny-notice.service acme-tiny.timer || : fi if [ $1 -ge 1 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then # Package upgrade, not uninstall /usr/lib/systemd/systemd-update-helper mark-restart-system-units acme-tiny.service acme-tiny-notice.service acme-tiny.timer || : fir 1:AA큤AA큤A큤AAAAAAgLgLgLgLgLgLgLgLgLgLgLgLgLgLgLgLgLa - 5.0.1-10Fedora Release Engineering - 5.0.1-9Fedora Release Engineering - 5.0.1-8Fedora Release Engineering - 5.0.1-7Fedora Release Engineering - 5.0.1-6Stuart D. Gathman - 5.0.1-5Fedora Release Engineering - 5.0.1-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild- Verified SPDX license- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild/bin/sh/bin/sh/bin/sh/bin/sh 5.0.1-10.fc425.0.1-10.fc42 acme-tinynotify.dnotify.shacme.confacme-tinyacme-tinyacme-tiny-signcert-checkacme-tiny-notify.serviceacme-tiny.serviceacme-tiny.timeracme-tinynotifysignacme-tinyREADME-fedora.mdacme-tinyLICENSEacme.notifycertscsrprivatechallenges/etc//etc/acme-tiny//etc/httpd/conf.d//etc/sysconfig//usr/bin//usr/lib/systemd/system//usr/libexec//usr/libexec/acme-tiny//usr/share/doc//usr/share/doc/acme-tiny//usr/share/licenses//usr/share/licenses/acme-tiny//var/lib//var/lib/acme//var/www/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointercpiozstd19noarch-redhat-linux-gnudirectoryASCII textPython script, ASCII text executablea /usr/bin/sh script, ASCII text executableBourne-Again shell script, ASCII text executableR R R RRRhttps://bugz.fedoraproject.org/acme-tinygroup(acme)user(acme)httpdmod_sslnginxhttpdmod_sslnginxutf-879c6b33e1801fb1f0c2ec741657b12b5b172bef273f5ac87043c4aca51f1020ca79cb3da8d59a8e4e860032eaed8ae3ffca607837a79639040fdf56ed71dae59?(/hE$.7o ɓ+rZIDo6Z/\j`;WEݩJmz\pE(Cr[K~1,L4kBfLad_dc_h1M2Yg~#4xcIL&dRM,mR][v 7`k0⡂3%҅ }+~ե+~㾐e>=|ղ؁^BRjV>|΂}j,Ҭw]{ә a(ϢBi􎳖dP֦0r|F{|_##}ﲑ7Q'"$v LJnFQ\ DzfoGlN%gvuos&k3vҷf'xkP, j궼.+f1yxKJ ګ9xY,آt7{3hF~*\,[nVZi7]; |nsLR-]L4Ż堰;(`uU|-Gg2Nh鈫~([L&’bKjS XMX鲰I5jEr]ңI-;Pb 'ujA p"ouTP\0 }z|Px/ CInکI,#2 BDA`]B(LHU20UX[{/l+rRH( ȃ<BSLcӑx/iWBՠ6vJЃ,N2I8:&k$/s0gz`e!LiW- ^v$_Xˀ%8Iab[-6Wp$eeG9V2/* i_,mx ԫ ,-~By(,&UL.=hHGHQf SvZg}Ib J"#\b'Dς2|]2jON' )ynIt;9.٣W-߾+Dף@sqҷz'3N80_F,sPQ޳B6YMZuno {*s>/zHig_E>5}L"QxFK+wۨMQqJdq;n'뒄})WM {oov&{Gnu fb)ww׾W?oY{jKv$b9:.5[yfCn9Kr"Ѭl] fǷ'u|}Y+)"ϝn7';Mb!{7j|/V3=y}߹NS =9ވάMf0VZBax/.xk_'Aخ? 0l5O*̰ LuZ|+ ]T\0Pel47ϫ:< paBtFnf_oSoaڳB Jky3(ֱu6R'(F" ozA`>\DOTwgSkl?O XM5wl)WHSce_ߌ &)^#&u nDqA`&BFc}m9+rW{cKjrEJYs!}*Ӗ >ݨDbnU帮rAEt3\$UWQ߅IJ.q7YPpY( gC3D+~;;K#A}ڿZk:728 Sn6SȲ!&I:0 *N+m)31D DDDD5D?W(C'C(CYx~yt^tE t_9A"ś t5NyVI3%~2!I120Bl%ff&vWuVnXBL\}㜳5Ť1Krq\@8{JȔ=aebN݆%bRR dI,]RE>YP:;@g)Te]},|Do8~n{;p{ YFzka((f% .MV0vB뤝(` S_SNu(4K^$1lzm#z&=L貤 tzF.|I=++F;13G{l>:+1G~:DcmY4ŲB /7&y-5ʷщ,|ft؍haoA>XRv]kaSO0O`M>!A䂏ٖ$+^KDyV19m6N" p: tp 4a]Sv[\]nmv\R*؜U $|*`o+}R~"`@F,W{M6fGרld!\9."K.MN9%' DFHNQجDVN5(eL9/BŞhϧ XNx̖%|D.5Ng87YFC E\1=Ix&6[$.:FP1~|Q-#oN `+hC鵖q튡.#a,Y>)b ye_b,1#=0l?Ή:_znޓ-/@ EkkI%p!%+5AOע XzuN:Q;ôY ` l<2W3l]VOR|4]Jb^YՠD9wlS0 0<eɰ³#q2 N6K>ԩڪ1b $ngC ʱBy:BgYK(w-MЮiRRS`(.pch`P0\}^~xKn/*Zyآ{ςJ'{L!ԷW{rPTH:t4t, ߘ 'ԝ[1j\AU2%B+NK8 1RCՊ(y;7к#,΃%(Un__li|xZ2BSd9|\_R>Tz< iB䴬 0Sn_,`/xFv>@z-nNh,6CBEU-I\'m(5b/m5Hq,UyVZ &? x(^w8SF]+5i0yίND#i2H9ΚR05 Hn l6~^uDO\۟9' 'ғ8 \֛k nc'w;Me_I"c5Spjj~\Wc5RH&oI|ov mAo3k;.4QjUaXް!v FsSQ~|"r`hDБ@ V7A9p$ >;]ø%p1XlV~wsRZblP-'G$ `b `ňaXo۹(7 aK&}_=8PCsŪ06,H 5H11g4ӗ;/쥙)0/͇ y4Y$ۣbqsum IocF L1L2(E:&:2 6l7N }cHe-KR|}c.i^W(Qn-y CEX3v3U9 *@V ee4I&ҩ]&Y.z\M10c F ɆJb&8.V#99ќʢ+flVvLe9~dQo wrDkaDVX,罿7iWHԯb6|b5(WoU*H> 5R~6TiXS-n9Vfz'*§U̎JH=!.e "4zu&! &M2Xӽ"d'4(B9/:4!RYVL C| ݳl03r6.Ohw |/@@L׿Z?h=i+z: .lӋ~ީ; RB]jRN&TD:"'th,@`37>^5qtvaM.\RCi#?y>F@iko s0eArNKsBș1/gQדFΩ)%PzZd0ZE03U~L41swи9:ɵ/TNbJOpmw-fֆc8o0*%4&L׺(SḇU=S ` L/peKM PAo a ?P<0zv ONinAs,ZL}=io:.H O ep( L{1{ST .LV7V 0H<9b;I^!{M΂;zUkLKܯ?$XC@ޠO6(Zw.Ű%,dG%a&@ƒ(PBp(m 87&'9 ״fqC~q-XBDQ4C j.ЊS L'}O`*Yo*`V_{/[D\'Q[exvU\rZfw"ĠzaJ+y"J>ny&CX*AO[Y.Na=alm<9nK]1pQ0Aq /Ag u5Wbް >B EDdp *iҤ