Alexey Chernyak

Results 10 comments of Alexey Chernyak
trafficstars

Please note, with DNS-01 challenge, it also would be fairly trivial for acme.sh to implement the DANE roll-over procedure and manage shared trust anchor TLSA records itself via the already...

Thanks @Neilpang I've tested it out and the general gist of it works, but needs some minor polish. Please see attached the [patch](https://github.com/acmesh-official/acme.sh/files/5110734/acme-tlsa.diff.txt) with the following minor polish updates: *...

Also would be good to export `CERT_KEY_PATH` and `NEXT_KEY_PATH` for all different hooks (not just post and renew) and also for all hook calls. The hooks could do validation of...

After some further testing - there's an issue. The key files get rotated even when cert issuance fails. This would lead to loss of the previously generated key that has...

After 2 years I have finally moved from my own patched version to the latest master acme.sh and noticed the following problem: @Neilpang On the initial certificate issuance, out of...

No macros: ``` $ cat ~/.config/gnome15/macro_profiles/g19_0/Default.macros [DEFAULT] name = Default version = 1.0 icon = window_name = base_profile = background = author = activate_on_focus = True plugins_mode = all selected_plugins...

With only nvidia driver loaded the system is stable. Here's the config: ``` # grep -v 'is not set$' /boot/config-3.14.1-gentoo # # Automatically generated file; DO NOT EDIT. # Linux/x86...

Still seeing this crash with sys-kernel/lg4l-kernel-module-20150105::gnome15 with v3.18.3 kernel. ``` BUG: unable to handle kernel paging request at ffff8803407e3130 PGD 1e2b067 PUD 0 PREEMPT SMP Modules linked in: hid_g19(O) hid_gfb(O)...

Oh, just adding Protocol IDs to `ALPN_PROTOS` is a simple enough change. I chucked a few of them in onto my TLS Proxy's ALPN for testing and all get detected...

> Any hint for a public server which offers more than h2 and http/1.1? Some DoT severs specify `dot` in their ALPN, for example: `dns.quad9.net:853` You can easily set up...