ModioAB / caramel

Caramel is a CA Registry Manager
GNU Affero General Public License v3.0
16 stars 5 forks source link

CSR: Turn certificates into a dynamic query #51

Closed Spindel closed 5 years ago

Spindel commented 5 years ago

This prevents automatic loading, by using .certificates as a dynamic query object, rather than something more.

Since most usecases only require a single item (last valid certificate) we special case this.

Closes: #50