Support for Encrypted Private Key in RabbitMQ Configuration #13418
-
| Describe the bugThe documentation doesn't mention this feature explicitly. QuestionSince my  
 My Sample Configuration
 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            michaelklishin
          
      
      
        Feb 25, 2025 
      
    
    Replies: 1 comment 4 replies
-
| A password can be provided as described in rabbitmq-server/deps/rabbit/priv/schema/rabbit.schema Lines 402 to 403 in 6e76def | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
@moerwald not only it will, that's exactly how you do it but we haven't documented tagged value support in
rabbitmq.conf.Your
{encrypted, <<"abc">>}value will becomesensitive.key = encrypted:abcbut only a handful of the keys were converted to support
tagged_binaryvalues. As @ansd demonstrated,ssl_options.passwordwas one of them, so give it a shot.