You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to solve this issue " he cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use puppetserver ca migrate --help for more info."
The first step is :
puppetserver ca migrate --config
After this , I got this message : "Puppetserver service is running. Please stop it before attempting to run this command"
if i stop it , i couldn't execute the command of the first step.
is it possible to manually update the ca path in a Dockerfile?
The text was updated successfully, but these errors were encountered:
I want to solve this issue " he cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use
puppetserver ca migrate --help
for more info."The first step is :
puppetserver ca migrate --config
After this , I got this message : "Puppetserver service is running. Please stop it before attempting to run this command"
if i stop it , i couldn't execute the command of the first step.
is it possible to manually update the ca path in a Dockerfile?
The text was updated successfully, but these errors were encountered: