fszlin / certes

A client implementation for the Automated Certificate Management Environment (ACME) protocol
MIT License
552 stars 122 forks source link

Latest regexes produce errors #279

Closed echodreamz closed 2 years ago

echodreamz commented 2 years ago

The latest yml files from the PHP project now include a versions property in the oss.yml file.

`

webOS

This causes runtime errors stating that Class.Os does not contain a "versions" property. To get around this, I simply added...

[YamlMember(Alias = "versions")] public Os[] Versions { get; set; }

And the runtime error goes away, though, this is definitely not the correct fix.

webprofusion-chrisc commented 2 years ago

Hi, pretty sure you've got the wrong project. This is an ACME client for .net

echodreamz commented 2 years ago

Yup, too many windows open lol.