Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit-gsa committed Mar 21, 2018
1 parent d104698 commit 9749633
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 14 deletions.
15 changes: 9 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ navigation:
internal: true
coll: true
collname: engineering
##- text: Administrator Guides
## url: userconfig/
## internal: true
## coll: true
## collname: userconfig
- text: User Guides
url: userguides/
internal: true
coll: true
collname: userguides
#- text: Script and Code Samples
# url: code
# internal: true
Expand All @@ -114,7 +114,10 @@ collections:
label: "Engineering Guides"
permalink: /engineering/:path/
output: true

userguides:
label: "User Guides"
permalink: /userguides/:path/
output: true

include:
- _stylesheets
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="usa-grid">
<div class="usa-width-one-fourth">
<p></p>
<a href="http://www.gsa.gov/">
<a href="https://www.gsa.gov/">
<img src="{{ site.baseurl }}/assets/img/logo-gsa.png" alt="GSA">
</a>
<p></p>
Expand Down
20 changes: 13 additions & 7 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{% assign current = page.url | downcase | split: '/' %}
{% assign current = page.url | downcase | remove: '/' %}

<aside class="sidenav" id="menu-content">
<nav>
<ul class="usa-sidenav-list">
{% for link in site.navigation %}
<li class="group {% if page.title == link.text %}usa-current-section{% endif %}">
<a href="{% if link.internal == true %}{{ site.baseurl }}/{% endif %}{{ link.url }}" title="{{ link.text }}">{{ link.text }}</a>
{% assign navUrl = link.url | strip %}
<li class="group{% if navUrl == current %} usa-current-section{% endif %}">
<a href="{% if link.internal == true %}{{ site.baseurl }}/{% endif %}{{ link.url }}" title="{{ page.title }}">{{ link.text }}</a>

{% if link.coll == true %}
<button class="usa-sidenav-expand_subnav"
Expand All @@ -14,13 +15,18 @@

{% assign collectionName = link.collname %}
<ul class="nav-children usa-current-section" id="nav-collapsible-{{ forloop.index }}" aria-hidden="{% if page.collection == link.collname %}false{% else %}true{% endif %}">

{% assign slash = '/' %}
{% assign temp = slash | append: link.url %}

{% assign slash = '/' %}
{% assign temp = slash | append: link.url %}

{% for child in site.[collectionName] %}
{% assign navtext = child.title %}
{% if child.navtitle != null %}
{% assign navtext = child.navtitle %}
{% endif %}
{% if child.url != temp %}
<li class="group {% if page.title == child.title %}usa-current{% endif %}">
<a href="{{ site.baseurl }}{{ child.url }}" title="{% if page.title == child.title %}Current Page {% else %}{{ child.title }}{% endif %}">{{ child.title }}</a>
<a href="{{ site.baseurl }}{{ child.url }}" title="{% if page.title == child.title %}Current Page {% else %}{{ child.title }}{% endif %}">{{ navtext }}</a>
</li>
{% endif %}
{% endfor %}
Expand Down
18 changes: 18 additions & 0 deletions _userguides/00_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
title: PIV User Guides
collection: userguides
permalink: /userguides/
---

These announcements and hot topics concern Federal Public Key Infrastucture changes that may affect your agency's operations.

{% for item in site.userguides reversed %}
{% assign link = item.permalink | remove: '/' %}
{% if link != item.collection %}
<hr/>
<h3><a href="{{site.baseurl}}/{{ item.permalink }}" title="{{ item.title }}">{{ item.title }}</a></h3>
<strong>Date:</strong> {{ item.pubDate }}<br />
<strong>Description:</strong> {{ item.description }}
{% endif %}
{% endfor %}
57 changes: 57 additions & 0 deletions _userguides/01_digital_signing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: default
navtitle: Sign Microsoft Word
title: How To Digitally Sign Microsoft Word Document
pubDate: March 16, 2018
collection: userguides
permalink: userguides/signworddoc/
description: A digital signature will encrypt your Word document after validating your certificate information. This will ensure that the document that you submit has not been tampered with by someone else. This user guide will show you how to digitally sign a Microsoft Word Document.
---

{% include alert-info.html content="You will require your Federal agency issued credential certificate to sign a Word document." %}

A digital signature will encrypt your Word document after validating your certificate information. This will ensure that the document that you submit has not been tampered with by someone else. This user guide will show you how to digitally sign a Microsoft Word Document.

- [Sign Microsoft Word](#sign-microsoft-word)
- [Change Signature Algorithm](#change-signature-algorithm)
- [Additional Resources](#additional-resources)

## Sign Microsoft Word

{% include alert-info.html content="These instructions are relevant to Microsoft Word 2010, 2013 and 2016. The steps and screenshots might be different for older versions of MS Word software." %}

- Open the Microsoft Word document and scroll down to the section where you want your signature to be displayed.
- Select '_Insert_' from the top menu and click on '_Signature Line_'.<br/>
![Signature Line]({{site.baseurl}}/img/word-signature-1.png)

- Enter your name in the signature pop-up window and click '_OK_'.<br/>
![Signature Pop-up]({{site.baseurl}}/img/word-signature-2.png)

- Once you click '_OK_' you will find a signature box created in the Word document as shown below. <br/>
![Signature Box]({{site.baseurl}}/img/word-signature-3.png)

- Double click the signature box to display a pop-up box to sign. Type your name in the box. Verify that the '_Signing as:_' has your certificate information in the box. If not, you should switch certificate using the '_Change_' button. Click '_Sign_'.<br/>
![Signature Box]({{site.baseurl}}/img/word-signature-4.png)

- You will be prompted to enter your certificate PIN. Click '_OK_'.<br/>
![Signature Box]({{site.baseurl}}/img/word-signature-5.png)

- It will display the information that the document is now digitally signed. Click '_OK_'.<br/>
![Signature Box]({{site.baseurl}}/img/word-signature-6.png)

## Change Signature Algorithm

Microsoft Word uses SHA-1 algorithm to digitally sign a Word document. Since the SHA-1 algorithm is not considered as secure as other new algorithms, you will find the steps to change the signature algorithm for your desktop. You will also find some information in this article on SHA-1.

{% include alert-info.html content="These instructions require administrator privileges for your computer." %}
<br/>
- Update the following registry settings: <br/>
Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\common\signatures

## Additional Resources

1. [Add or remove digital signature in Office files](https://support.office.com/en-us/article/add-or-remove-a-digital-signature-in-office-files-70d26dc9-be10-46f1-8efa-719c8b3f1a2d){:target="_blank"}
1. [Managing Certificates with Certificate Stores](https://technet.microsoft.com/en-us/library/cc545900.aspx#Anchor_2
){:target="_blank"}
1. [XML Digital Signature](https://www.w3.org/TR/XAdES/
){:target="_blank"}
Binary file added img/word-signature-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/word-signature-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/word-signature-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/word-signature-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/word-signature-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/word-signature-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9749633

Please sign in to comment.