Skip to content

Commit

Permalink
Merge pull request #714 from darranl/pkcs12_credential_store
Browse files Browse the repository at this point in the history
Add a link to a blog post describing how a credential store can be backed by a PKCS#12 KeyStore.
  • Loading branch information
bstansberry authored Jan 7, 2025
2 parents 448cfd6 + 2a1d8b6 commit 9d07461
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 9d07461

Please sign in to comment.