{"id":1136,"date":"2022-09-15T09:31:17","date_gmt":"2022-09-15T17:31:17","guid":{"rendered":"https:\/\/angrysysadmins.tech\/?p=1136"},"modified":"2022-09-15T09:31:30","modified_gmt":"2022-09-15T17:31:30","slug":"step-ca-run-as-a-systemd-service","status":"publish","type":"post","link":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/","title":{"rendered":"Step-CA: Run as a systemd service"},"content":{"rendered":"<p>Create \/etc\/systemd\/system\/step-ca.service<\/p>\n<p>Fill it with this, make sure your directories are correct in the ExecStart line:<\/p>\n<pre>[Unit]\r\nDescription=step-ca\r\nAfter=syslog.target network.target\r\n\r\n[Service]\r\nUser=step\r\nGroup=step\r\nExecStart=\/bin\/sh -c '\/bin\/step-ca \/home\/step\/.step\/config\/ca.json --password-file=\/home\/step\/.step\/pwd &gt;&gt; \/var\/log\/step-ca\/output.log 2&gt;&amp;1'\r\nType=simple\r\nRestart=on-failure\r\nRestartSec=10\r\n\r\n[Install]\r\nWantedBy=multi-user.target<\/pre>\n<p>Next, populate the pwd file with the plaintext intermediate CA password. I put mine in \/home\/step\/.step\/pwd<\/p>\n<p>Next, configure the \/home\/step\/.step\/config\/ca.json file with the port and address you want to host the server behind. I&#8217;d recommend 127.0.0.1:8443 and then a nginx reverse proxy in front of it.<\/p>\n<p>Last, create the log file directories:<\/p>\n<pre>mkdir -p \/var\/log\/step-ca\r\nchown -R step:step \/var\/log\/step-ca<\/pre>\n<p>Now make damn sure it&#8217;s hard to login to that box and hard for anyone to read the pwd file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create \/etc\/systemd\/system\/step-ca.service Fill it with this, make sure your directories are correct in the ExecStart line: [Unit] Description=step-ca After=syslog.target network.target [Service] User=step Group=step ExecStart=\/bin\/sh -c &#8216;\/bin\/step-ca \/home\/step\/.step\/config\/ca.json &#8211;password-file=\/home\/step\/.step\/pwd &gt;&gt; \/var\/log\/step-ca\/output.log 2&gt;&amp;1&#8217; Type=simple Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target Next, populate the pwd file with the plaintext intermediate CA password. I put mine in \/home\/step\/.step\/pwd Next, configure the <br \/><a class=\"read-more-button\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"coauthors":[39],"class_list":["post-1136","post","type-post","status-publish","format-standard","hentry","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Step-CA: Run as a systemd service - Angry Sysadmins<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Step-CA: Run as a systemd service - Angry Sysadmins\" \/>\n<meta property=\"og:description\" content=\"Create \/etc\/systemd\/system\/step-ca.service Fill it with this, make sure your directories are correct in the ExecStart line: [Unit] Description=step-ca After=syslog.target network.target [Service] User=step Group=step ExecStart=\/bin\/sh -c &#039;\/bin\/step-ca \/home\/step\/.step\/config\/ca.json --password-file=\/home\/step\/.step\/pwd &gt;&gt; \/var\/log\/step-ca\/output.log 2&gt;&amp;1&#039; Type=simple Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target Next, populate the pwd file with the plaintext intermediate CA password. I put mine in \/home\/step\/.step\/pwd Next, configure the Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Angry Sysadmins\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-15T17:31:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-15T17:31:30+00:00\" \/>\n<meta name=\"author\" content=\"Ryan Parker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ryan Parker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/\"},\"author\":{\"name\":\"Ryan Parker\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\"},\"headline\":\"Step-CA: Run as a systemd service\",\"datePublished\":\"2022-09-15T17:31:17+00:00\",\"dateModified\":\"2022-09-15T17:31:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/\"},\"wordCount\":107,\"commentCount\":1,\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/\",\"name\":\"Step-CA: Run as a systemd service - Angry Sysadmins\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\"},\"datePublished\":\"2022-09-15T17:31:17+00:00\",\"dateModified\":\"2022-09-15T17:31:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/2022\\\/09\\\/grassyloki\\\/step-ca-run-as-a-systemd-service\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angrysysadmins.tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Step-CA: Run as a systemd service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#website\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/\",\"name\":\"Angry Sysadmins\",\"description\":\"A site full of angry sysadmins here to vent and help\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angrysysadmins.tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/angrysysadmins.tech\\\/#\\\/schema\\\/person\\\/651321cd35645fb6a4d8a75b7bc7c199\",\"name\":\"Ryan Parker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g664d0e05248e51cb1d71b3f66c6f929d\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g\",\"caption\":\"Ryan Parker\"},\"description\":\"Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.\",\"url\":\"https:\\\/\\\/angrysysadmins.tech\\\/index.php\\\/author\\\/grassyloki\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Step-CA: Run as a systemd service - Angry Sysadmins","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/","og_locale":"en_US","og_type":"article","og_title":"Step-CA: Run as a systemd service - Angry Sysadmins","og_description":"Create \/etc\/systemd\/system\/step-ca.service Fill it with this, make sure your directories are correct in the ExecStart line: [Unit] Description=step-ca After=syslog.target network.target [Service] User=step Group=step ExecStart=\/bin\/sh -c '\/bin\/step-ca \/home\/step\/.step\/config\/ca.json --password-file=\/home\/step\/.step\/pwd &gt;&gt; \/var\/log\/step-ca\/output.log 2&gt;&amp;1' Type=simple Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target Next, populate the pwd file with the plaintext intermediate CA password. I put mine in \/home\/step\/.step\/pwd Next, configure the Read More &raquo;","og_url":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/","og_site_name":"Angry Sysadmins","article_published_time":"2022-09-15T17:31:17+00:00","article_modified_time":"2022-09-15T17:31:30+00:00","author":"Ryan Parker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ryan Parker","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/#article","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/"},"author":{"name":"Ryan Parker","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199"},"headline":"Step-CA: Run as a systemd service","datePublished":"2022-09-15T17:31:17+00:00","dateModified":"2022-09-15T17:31:30+00:00","mainEntityOfPage":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/"},"wordCount":107,"commentCount":1,"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/","url":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/","name":"Step-CA: Run as a systemd service - Angry Sysadmins","isPartOf":{"@id":"https:\/\/angrysysadmins.tech\/#website"},"datePublished":"2022-09-15T17:31:17+00:00","dateModified":"2022-09-15T17:31:30+00:00","author":{"@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199"},"breadcrumb":{"@id":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/angrysysadmins.tech\/index.php\/2022\/09\/grassyloki\/step-ca-run-as-a-systemd-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angrysysadmins.tech\/"},{"@type":"ListItem","position":2,"name":"Step-CA: Run as a systemd service"}]},{"@type":"WebSite","@id":"https:\/\/angrysysadmins.tech\/#website","url":"https:\/\/angrysysadmins.tech\/","name":"Angry Sysadmins","description":"A site full of angry sysadmins here to vent and help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angrysysadmins.tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/angrysysadmins.tech\/#\/schema\/person\/651321cd35645fb6a4d8a75b7bc7c199","name":"Ryan Parker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g664d0e05248e51cb1d71b3f66c6f929d","url":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc12b1a02765c8017062ee6f41eb34a7b14575bcd8acd7da40e176fe8f12b10f?s=96&d=mm&r=g","caption":"Ryan Parker"},"description":"Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.","url":"https:\/\/angrysysadmins.tech\/index.php\/author\/grassyloki\/"}]}},"_links":{"self":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/1136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/comments?post=1136"}],"version-history":[{"count":4,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/1136\/revisions"}],"predecessor-version":[{"id":1146,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/posts\/1136\/revisions\/1146"}],"wp:attachment":[{"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/media?parent=1136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/categories?post=1136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/tags?post=1136"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/angrysysadmins.tech\/index.php\/wp-json\/wp\/v2\/coauthors?post=1136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}