ModioAB / caramel

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

models: Data in PEM format should be considered Bytes, not Text #46

Closed Spindel closed 6 years ago

Spindel commented 6 years ago

models: Data in PEM format should be considered Bytes, not Text

It's pretty much the same in SQLite, but vastly different in PostgreSQL. This
normalizes the data storage to how it's used, and keeps it in line with data
format to OpenSSL.