close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Opened 13 years ago

Last modified 9 years ago

#129 assigned new-feature

security scripts -- convert der to pem

Reported by: Fred T. Hamster Owned by: bugdock
Priority: minor Milestone:
Component: feistymeow-scripts Version:
Keywords: Cc:

Description

converting our grid certs from DER into PEM format:
openssl x509 -inform der -in queue.cer -out queue.pem

showing the resulting PEM file:
openssl x509 -in queue.pem -text -noout

a new script for this would be useful.

Change History (1)

comment:1 by Fred T. Hamster, 9 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.