diff --git a/platform/core-concepts.mdx b/platform/core-concepts.mdx index 995b37e6..d2d128f0 100644 --- a/platform/core-concepts.mdx +++ b/platform/core-concepts.mdx @@ -1,5 +1,5 @@ --- -updated_at: June 23, 2025 +updated_at: July 07, 2025 title: Core Concepts html_title: Smallstep Core Concepts description: High-level overview of Smallstep platform components and concepts, and how they work together to protect your resources and provide strong assurance of device identity. diff --git a/platform/smallstep-api.mdx b/platform/smallstep-api.mdx index 03fed4c6..5ea04fa5 100644 --- a/platform/smallstep-api.mdx +++ b/platform/smallstep-api.mdx @@ -1,5 +1,5 @@ --- -updated_at: June 18, 2025 +updated_at: July 07, 2025 title: Smallstep API html_title: Smallstep API description: The Smallstep platform is used across security, IT, and DevOps teams to enable end-to-end network encryption, privileged access management, passwordless authentication, and much more. diff --git a/step-ca/certificate-authority-server-production.mdx b/step-ca/certificate-authority-server-production.mdx index 9baf86eb..7995da08 100644 --- a/step-ca/certificate-authority-server-production.mdx +++ b/step-ca/certificate-authority-server-production.mdx @@ -2,7 +2,7 @@ title: Production considerations when running a certificate authority server html_title: Certificate authority server production considerations description: Learn about the important production considerations and sane cryptographic defaults that operators should know about when running a certificate authority server -updated_at: February 12, 2024 +updated_at: July 07, 2025 --- diff --git a/step-ca/provisioners.mdx b/step-ca/provisioners.mdx index 731959a1..7c8e5f9f 100644 --- a/step-ca/provisioners.mdx +++ b/step-ca/provisioners.mdx @@ -1,5 +1,5 @@ --- -updated_at: June 17, 2025 +updated_at: July 07, 2025 title: Configuring `step-ca` Provisioners html_title: Configuring open source step-ca Provisioners description: Learn how to configure step-ca Provisioners diff --git a/tutorials/connect-intune-to-smallstep.mdx b/tutorials/connect-intune-to-smallstep.mdx index 56a37148..3f56cd7a 100644 --- a/tutorials/connect-intune-to-smallstep.mdx +++ b/tutorials/connect-intune-to-smallstep.mdx @@ -1,5 +1,5 @@ --- -updated_at: June 25, 2025 +updated_at: July 09, 2025 title: Connect Intune to Smallstep html_title: Connect Intune to Smallstep description: Configure Intune to deploy the Smallstep Agent and distribute certificates and configuration to Mac clients. @@ -97,43 +97,27 @@ In this step, we’ll add the Smallstep Agent to Intune for distribution to devi 1. In Intune, 1. Start at [Windows Apps](https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/AppsWindowsMenu/~/windowsApps) - 2. Choose **+ Create,** and then select **Windows App (Win32)** - 3. [Download the Smallstep agent package](https://github.com/smallstep/step-agent-plugin/releases/latest) and select it for upload in Intune. + 2. Choose **+ Create**, and then select **Windows App (Win32)** + 3. [Download the Smallstep agent `.intunewin` package for `amd64`](https://files.smallstep.com/intune/step-agent-plugin_amd64.intunewin) and select it for upload in Intune. (Contact Smallstep if you need an `arm64` installer). - For the App Information tab: - - Under Publisher, use “Smallstep” - - Choose “Next” - - For the Program tab: - - For Install Command, use: - ``` - step-agent-plugin-Setup_amd64_.exe /silent - ``` - Replace `` with the version of the Smallstep Agent being distributed. - - For Uninstall Command, use: - ``` - msiexec /x "{EDB2FA84-917D-4156-AA1A-4BC5BB10C682}" - ``` + - For Publisher, use “Smallstep” + - Note the version number. You'll need it below. - Choose “Next” + - Continue to the Requirements tab - For the Requirements tab: - - Operating System Architecture: 64-bit - - Minimum operating system: Windows 10 1607 + - For **Check Operating System Architecture**, choose "Yes" + - Select "Install on x64 systems" + - Use minimum operating system: Windows 10 1607 + - Choose "Next" - For the Detection rules tab: - Rules format: Manually configure detection rules - Choose **+ Add** - - Rule Type: Registry - - Key Path: - ``` - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EDB2FA84-917D-4156-AA1A-4BC5BB10C682}}_is1 - ``` - - Value Name: `VersionMinor` - - Detection Method: Integer Comparison + - Rule Type: MSI + - MSI product version check: Yes - Operator: Greater than or equal to - - Value: `` - - Make sure you replace this with the current **minor** version (using SemVer conventions) of the Smallstep Agent being distributed. For example: `51` for version `0.51.0`. - - Choose “Next” - - For the Dependencies tab: - - Choose “Next” - - For the Supersedence tab: - - Choose “Next” + - Value: Paste in the version number you noted earlier + - Choose “Ok” + - Continue to the Assignments tab - For the Assignments tab: - Assign the app to devices as desired. - On “Review and Create” click **Create** diff --git a/tutorials/connect-jamf-pro-to-smallstep.mdx b/tutorials/connect-jamf-pro-to-smallstep.mdx index 01ce7d47..70079eb6 100644 --- a/tutorials/connect-jamf-pro-to-smallstep.mdx +++ b/tutorials/connect-jamf-pro-to-smallstep.mdx @@ -1,5 +1,5 @@ --- -updated_at: May 07, 2025 +updated_at: July 07, 2025 title: Connect Jamf Pro to Smallstep html_title: Connect Jamf Pro to Smallstep description: Configure Jamf Pro to deploy the Smallstep Agent and distribute certificates and configuration to Mac clients.