Skip to content

Commit 45f6dc5

Browse files
authored
Merge pull request #406 from smallstep/carl/cleanup
Fix header on browser certificates page
2 parents 52d1d09 + 4dd5a52 commit 45f6dc5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

platform/smallstep-agent.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2+
updated_at: April 10, 2025
23
title: Smallstep Agent for Linux
34
html_title: Install the Smallstep Agent on a Linux endpoint
45
description: The Smallstep agent is used across security, IT, and DevOps teams to enable end-to-end network encryption, privileged access management, passwordless authentication, and much more.
56
---
67
The Smallstep Agent for Linux is a background component of the [Smallstep Desktop App](./smallstep-app.mdx).
78
Choose one or the other depending on your deployment needs.
89

9-
# Background
10+
# Introduction
1011

1112
While macOS and Windows can manage certificates and authentication settings via Mobile Device Management (MDM), Linux does not include automated remote management facilities. The Smallstep Agent brings vital certificate management features to your Linux users and endpoints. It can be installed independently on any Linux device running systemd.
1213

tutorials/browser-certificate-setup-guide.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Configure Web Browser Certificates
3-
updated_at: April 09, 2025
3+
updated_at: April 10, 2025
44
html_title: Configure your web browsers to use Smallstep hardware-bound device identtiy certificates.
55
description: This tutorial describes how to set up web browsers to access resources using mutual TLS and Smallstep certificates.
66
---
77

8-
## Before we begin
8+
## Introduction
99

1010
Certificate-based authentication in web browsers
1111
offers excellent security characteristics, thanks to mutual TLS.
@@ -123,9 +123,10 @@ when a protected resource is accessed.
123123
```
124124

125125
Replace `[Server URL]` with the server that requires certificate authentication.
126-
Replace `[Team Slug]` with your Smallstep team slug.
127126
This field is an [Enterprise policy URL pattern](https://chromeenterprise.google/policies/url-patterns/).
128127

128+
Replace `[Team Slug]` with your Smallstep team slug.
129+
129130
Note: According to [Understand Chrome policy management](https://support.google.com/chrome/a/answer/9037717),
130131
Chrome will *not* merge multiple `AutoSelectCertificateForUrls` policies.
131132
You must add all of your certificate selection preferences into a single managed configuration profile.

0 commit comments

Comments
 (0)