oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

Could not compile Oocx.Asn1PKCS.Tests #22

Closed FrankPfattheicher closed 7 years ago

FrankPfattheicher commented 7 years ago

In file class CsrTests

line 62 is: sut.Save(key.ExportParameters(true), "test.startliste.info", KeyExport.Format.PEM);

but should be: sut.Save(key.ExportParameters(true), "test.startliste.info", KeyFormat.PEM);

iamcarbon commented 7 years ago

Fixed.