Skip to content

Commit 07b3ebd

Browse files
jibeldidrocks
andcommitted
Added Tutorial section
Added the section as part of the main index. There is an initial tutorial which is actually a demo of certificates auto-enrollment. UDENG-1787 Co-authored-by: Didier Roche <didrocks@ubuntu.com>
1 parent 9bf093a commit 07b3ebd

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

docs/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ADSys is valuable for system administrators who wish to manage Ubuntu Desktop cl
1010

1111
```{toctree}
1212
:hidden:
13+
tutorial/index
1314
how-to/index
1415
reference/index
1516
explanation/index
@@ -20,22 +21,26 @@ explanation/index
2021
````{grid} 1 1 2 2
2122
2223
```{grid-item}
23-
### [How-to guides](how-to/index)
24+
### [Tutorials](tutorial/index)
2425
25-
**Step-by-step guides** covering key operations and common tasks
26+
**Start here**: a hands-on introduction to ADSys for new users
2627
```
2728
2829
```{grid-item}
29-
### [Explanation](explanation/index)
30+
### [How-to guides](how-to/index)
3031
31-
**Discussion and clarification** of key topics
32+
**Step-by-step guides** covering key operations and common tasks
3233
```
3334
34-
3535
````
3636

3737
````{grid} 1 1 2 2
3838
39+
```{grid-item}
40+
### [Explanation](explanation/index)
41+
42+
**Discussion and clarification** of key topics
43+
```
3944
4045
```{grid-item}
4146
### [Reference](reference/index)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Certificates Auto-Enrollment
2+
3+
[Certificate Auto-Enrollment](/explanation/certificates.md) is a key component of Ubuntu's Active Directory GPO support. This feature enables clients to seamlessly enroll for certificates from Active Directory Certificate Services. In this demonstration, we'll guide you through the entire process, starting from the initial setup requirements to configuring the Active Directory policy. This demonstration is designed to provide you with a hands-on understanding of how to efficiently implement and manage certificate auto-enrollment, ensuring your systems remain secure and compliant with organizational policies.
4+
5+
[![Demo video](https://img.youtube.com/vi/RwVU7v0sEVY/hqdefault.jpg)](https://www.youtube.com/embed/RwVU7v0sEVY)

docs/tutorial/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Tutorials
2+
3+
This section contains step-by-step tutorials to help you get started with ADSys. We hope our tutorials make as few assumptions as possible and are accessible to anyone with an interest in ADSys. They should be a great place to start learning about ADSys, how it works, and what it’s capable of.
4+
5+
```{toctree}
6+
:hidden:
7+
certificates-autoenrollment
8+
```
9+
10+
## Certificates Auto-Enrollment
11+
12+
Explore the essentials of Ubuntu's Certificate Auto-Enrollment Feature, a crucial tool for seamless certificate management with Active Directory Certificate Services.
13+
14+
* [Certificates auto-enrollment demo](certificates-autoenrollment.md)

0 commit comments

Comments
 (0)