Skip to content

Commit

Permalink
Add a link to a blog post describing how a credential store can be
Browse files Browse the repository at this point in the history
backed by a PKCS#12 KeyStore.
  • Loading branch information
darranl committed Jan 6, 2025
1 parent 10aa000 commit 2a1d8b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2025-01-06-pkcs12-credential-store.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: 'PKCS#12 with WildFly Elytron's Credential Store'
date: 2025-01-06
tags: wildfly credential-store pkcs12
synopsis: Using a PKCS#12 KeyStore to back a WildFly Elytron credential store.
author: darranl
link: https://lofthouse.dev/2025/01/06/pkcs12-with-wildfly-elytrons-credential-store/
---

The default credential store used in WildFly from WildFly Elytron is the KeyStoreCredentialStore which is backed by a Java KeyStore to hold the credentials.

This in turn defaults to using the JCEKS KeyStore format, this blog post is to illustrate how we can configure this to use a PKCS#12 store instead both in WildFly and when using the elytron-tool CLI tool directly.

0 comments on commit 2a1d8b6

Please sign in to comment.