Skip to content

Commit

Permalink
FEAT: registered certSigningRequest file extension with PKIX decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 24, 2020
1 parent dae8d40 commit ad49c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/mezz-crypt.r
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import module [
register-codec [
name: 'PKIX
title: "Public-Key Infrastructure (X.509)"
suffixes: [%.pem %.ssh]
suffixes: [%.pem %.ssh %.certSigningRequest]
decode: function[data [string! binary!]][
load-PKIX data
]
Expand Down

0 comments on commit ad49c44

Please sign in to comment.