HMAC Authentication #934
Replies: 4 comments 1 reply
-
There is a lot of documentation, with examples: |
Beta Was this translation helpful? Give feedback.
-
Thank you sir for sharing the documents. I tried to create certificates using HMAC Authentication method. But not able to create successfully. Logs: 2025-08-01 11:07:47,475+0000 DEBUG [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (default task-1) java.sql.Connection#endRequest has been invoked Can you help me or guide me what I am doing wrong |
Beta Was this translation helpful? Give feedback.
-
You have an end entity called SERVERS, which isn't configured with a "Batch generation (clear text pwd storage)" that is the same as you use for HMAC when you create the message. Hence the log entries: 2025-08-01 11:07:47,478+0000 DEBUG [org.ejbca.core.protocol.cmp.authentication.HMACAuthenticationModule] (default task-1) Comparing HMAC password authentication for user 'SERVERS'. |
Beta Was this translation helpful? Give feedback.
-
![]() I had already configured with a "Batch generation (clear text pwd storage). Still facing same issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using CMP Configuration. In CA mode I want to Authenticate through HMAC method. Can you please suggest how to proceed with this. Or can share any relevant document
Beta Was this translation helpful? Give feedback.
All reactions