I created step template to deploy certificates to Linux boxes, In line source code i’m using in template was
. And parameters are

.
I have added the step template in one of my project and tried the deployment facing the error.
Can some one suggest idea or way to deploy the certs please.
Hi @sonuvojjala!
I just whipped this up on my local instance, and it worked fine - I think the problem here lies that the account you’re using for SSH’ing in does not have access to write to /etc/
- you may want to adjust your permissions or your script to use sudo
to write here, since it worked fine when writing to /tmp/
or another accessible directory.
I hope this helps!
@Justin_Walsh Thank you so much, let me give a try by adjusting the permissions.
1 Like